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 位
基础教程推荐
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- 这个宏可以转换成函数吗? 2022-01-01
- 如何检查GTK+3.0中的小部件类型? 2022-11-30
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- 在 C++ 中计算滚动/移动平均值 2021-01-01
- 常量变量在标题中不起作用 2021-01-01
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- 我有静态或动态 boost 库吗? 2021-01-01
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
