1
4

1 回答 1

1

It seems you are compiling your project for x64 and your project does use a library which target machine is x86. If you want your project compile for x64 machines, try reconfigure the library for x64 instead of x64. Otherwise, compile your project for x86.

于 2013-01-09T12:25:49.433 回答