Ask Your Question

Revision history [back]

Since you set the libraries to the correct dll's and your path variable there is only one thing that could still be wrong.

Are you using the correct binaries? x86 for 32 bit systems and x64 for 64 bit systems. Also check if your target system for your compilation options is set correctly?

For example, if you need to compile for x64 bit systems on windows 7 and visual studio 2010, you need to tell visual studio to actually compile for a x64 system, since it is standard to compile for a x32 bit system.

This image shows where in your properties to adapt this:

image description