Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows8 上使用 Visual Studio 2010 Professional 编译了 mupdf 命令行实用程序以及包含的 VS 项目。他们工作。如果我想将它们移动到另一个系统(任何 Windows),移动 exe 就足够了吗?
我的猜测是:是的。前提是您不将 64 位 exe 移动到 32 位 Windows。并且只要您移动与 *.exe 一起编译的任何 *.dll 文件。——你为什么不试试呢?
只要它们是在发布模式下编译的,就可以移动它们。如果它们处于调试模式,则目标计算机将需要安装调试 VC 库。发布库通常存在于所有机器上。