How can I compile 64 bit with visual c++ 2008(如何使用 Visual C++ 2008 编译 64 位)
问题描述
visual c++ 2008 express 版本,如何编译64位程序?
With visual c++ 2008 express version, how can I compile 64 bit programs?
推荐答案
请允许我将您引导至 使用 Visual C++ 进行 64 位编程.特别是子页面 如何:配置面向 64 位平台的 Visual C++ 项目 包括针对 Express 版的此注释:
Allow me to direct you to 64-Bit Programming with Visual C++. In particular, the sub-page How to: Configure Visual C++ Projects to Target 64-Bit Platforms includes this note for the Express Edition:
默认情况下,64 位工具在 Visual C++ Express 上不可用.要在 Visual C++ Express 上启用 64 位工具,请安装 Windows 软件开发工具包 (SDK) 以及 Visual C++ Express.
64-bit tools are not available on Visual C++ Express by default. To enable 64-bit tools on Visual C++ Express, install the Windows Software Development Kit (SDK) in addition to Visual C++ Express.
这篇关于如何使用 Visual C++ 2008 编译 64 位的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用 Visual C++ 2008 编译 64 位


基础教程推荐
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 从 std::cin 读取密码 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01