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 位


- 如何对自定义类的向量使用std::find()? 2022-11-07
- STL 中有 dereference_iterator 吗? 2022-01-01
- 近似搜索的工作原理 2021-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- C++ 协变模板 2021-01-01
- 从python回调到c++的选项 2022-11-16
- 静态初始化顺序失败 2022-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01