Windows 7、Visual Studio 2008 和 Qt 4.6、32 位还是 64 位?

发布于 2024-08-14 17:12:16 字数 164 浏览 2 评论 0原文

我正在尝试安装 Windows 7 64 位(而不是 32 位),主要是因为否则会浪费大量 RAM。

我想知道我是否应该安装 Visual Studio 2008 32 位或 64 位。我也使用Qt 4.5/4.6进行开发,在64位环境下运行良好吗?

关于最推荐的配置有什么建议吗?

I'm trying to install Windows 7 64bit (as oppose to 32bit), mainly because large amount of RAM would be wasted otherwise.

I wonder if I should install Visual Studio 2008 32bit OR 64bit. I also uses Qt 4.5/4.6 for development, does it play well in 64bit environment?

Any suggestions on what will be a most recommended configuration?

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

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

发布评论

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

评论(3

醉生梦死 2024-08-21 17:12:16

我不认为 有任何 64 位版本的 Visual Studio 可用。这使得回答这个问题变得很容易:选择 32 位 Visual Studio。

不过,如果您选择(即需要)的话,这并不妨碍您实际编译 64 位应用程序。您需要自己编译 Qt 来生成 64 位库,但除此之外,事情应该相当简单。

现在,另一方面,如果您不需要开发 64 位 Windows 应用程序 (你可能不会),你可以使用官方提供的编译的 32 位VS2008 的 Qt 库 并节省构建 Qt 的多个时间。我自己在 64 位 Windows 上通过 Visual Studio 2008 使用 32 位 Qt 时没有遇到任何困难。

I don't think there are any 64-bit versions of Visual Studio available. This makes answering this question easy: choose 32-bit Visual Studio.

This doesn't prevent you from actually compiling 64-bit applications if you choose (i.e. need) to do so, however. You'll need to compile Qt yourself to generate the 64-bit libraries, but other than that things should be fairly straightforward.

Now, on the other hand, if you don't need to develop 64-bit Windows applications (you probably don't), you can just use the officially provided compiled 32-bit Qt libraries for VS2008 and save yourself multiple hours building Qt. I've experienced no difficulties myself using 32-bit Qt on 64-bit Windows with Visual Studio 2008.

提笔书几行 2024-08-21 17:12:16

您可以使用此链接的帮助构建 64 位 qt 库。
http://qt-project.org/wiki/How_to_build_64bit_Qt_for_windows此处

You can build 64 bit qt library using help at this link.
http://qt-project.org/wiki/How_to_build_64bit_Qt_for_windowshere

淡莣 2024-08-21 17:12:16

如果有 64 位应用程序(可能需要大量内存资源,例如编译器、IDE 和渲染程序),您应该始终使用 64 位,以便充分利用内存并优化性能。

If 64-bit applications (which may need a lot of memory resources, e.g. Compilers, IDEs and rendering programs) are available, you should always use 64-bit, in order to fully utilize your memory and optimize the performance.

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