简体   繁体   中英

Using opencv with C++ .net application compilation issues

I didn't face any issues while linking opencv library with basic console application but when I moved to do the same in a .net framework template I got many LNK errors:

LNK错误

I didn't do anything strange except that I included the include and using namespace only.

I appreciate any assistance provided

PS: I managed to run it if I install the opencv package via NuGet but I don't wan't to use NuGet.

What version of opencv are you using, and visual studio? did you include additional libraries and headers to your project? and did you add the bin path of opencv to your environment variables?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM