Ask Your Question

ConOPNCV's profile - activity

2016-10-09 07:39:06 -0600 asked a question Problems compiling Win32-project (while x64 works fine)

Hello, I built an opencv application with Visual Studio 2010 as an x64 application. Unfortunately I have to run the application now on a x86 machine. So I'm trying to change my application to win32. So far I changed in my property sheet the library path to: E:\opencv249\build\x86\vc10\lib (Instead of E:\opencv249\build\x64\vc10\lib)

I also added the path to the system variables: E:\opencv249\build\x86\vc10\bin

When compiling, I get lots of "LNK2028 unresolved token"-errors. So something with the linking is not correct, but I cant figure out what is missing.

I am using the additional dependencies: opencv_core249.lib opencv_highgui249.lib opencv_imgproc249.lib opencv_calib3d249.lib

Can you please help me? Thank you very much!