Difficulty importing a library

You are linking a 32bit library but you are building a 64bit program. You can run x86 programs on a x64 Windows but the parts of a program must match.

1 Like