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
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.