Ask Your Question

Revision history [back]

Your problem is quite simple. Your environment is configured as 32 bit debug, while you are linking against 64 bit debug dlls. This is impossible!

Look here:

Configuration: Debug Win32

And here:

a Windows 7, 64 bit machine I installed x64 pre-built libraries of OpenCV 2.4.8

To see what you are doing wrong ...

To solve it, simply open your project, go to project properties and set your compiling platform to x64 bit!