Virtual PC(XP上开发的程序在W7上运行问题)

发布于 2024-09-06 06:46:06 字数 371 浏览 1 评论 0原文

我开发了一个使用 32 位的 C++ 应用程序,它创建了一个可执行文件。该项目使用了一些外部库,如 window socket 32​​bit、Qt GUI 和 boost 库。该 dll 与可执行文件位于同一目录。

我想知道如何在 Windows 7 上运行此应用程序。

我的 Windows 7 版本是 Home Premium 64 位。因此,我无法从 Virtual PC 安装 XP 模式,但有人报告说使用 Sun virtual box 可以正常工作。

我尝试使用程序兼容性对可执行文件进行故障排除,但问题没有解决。

有什么程序可以检查外部依赖关系并识别在 Windows 7 上运行我的程序的问题吗?

请帮忙。

谢谢。

I have a developed a C++ application using 32 bit and it create a executable file. This project has uses some external library like window socket 32bit, Qt GUI and boost library. The dll is located at same directory with the executable.

I wonder how can i run this application on window 7.

MY window 7 version is Home Premium 64 bit. Therefore, i cannot install the XP mode from Virtual PC but some one them reported that using Sun virtual box is functional.

I have try to troubleshoot the executable file using program compatibility but the problem doesn't solve.

Any program that can check external dependencies and identified the issues of running my program on window 7 ?

Please help.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

以为你会在 2024-09-13 06:46:06

64 位版本的 Windows 可以正常运行 32 位应用程序。您只需安装所需库的 32 位版本即可运行。

64 bit editions of windows can run 32 bit applications fine. You just need to install the 32 bit versions of the needed libraries and it will work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文