Visual studio configuration calls c++ dll opencv as an example

1. Configure the VC++ directory, including the directory and the library directory.

2. Linker -> Input -> Include Directories

3. The generated directory contains the corresponding dll files

4. Pay attention to the corresponding Debug, Release and X86, X64 options

Guess you like

Origin blog.csdn.net/dwm88888888/article/details/131778982