我试图将我的 64 位 C++ 应用程序用于 32 位系统,但在使用 Visual Studio 2008 时遇到了一些问题。
我刚刚在我的 32 位电脑 (Microsoft Windows Xp) 上下载了解决方案,并将 Visual Studio 设置设置为:Debug|Win32
编译阶段没问题,但是如果我尝试运行程序,系统会说:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\wspace4\BioTesi\BioCpp.dll: %1 is not a valid Win32 application
不知何故,系统不会将我的 dll 解释为 32 位。我想我错过了一些 Visual Studio 设置……但是哪个?
如何解决这个问题呢?谢谢!