如何建立一个解决方案,针对64位环境? [英] How to build a solution to target 64 bit environment?

查看:183
本文介绍了如何建立一个解决方案,针对64位环境?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

反正是有建立一个解决方案,针对64位环境中VS2003?我的解决办法是本地C ++没有的Visual C ++。任何帮助将大大AP preciated。

Is there anyway to build a solution to target 64 bit environment in vs2003? My solution is native c++ not visual c++. Any help would be greatly appreciated.

欢呼声中,

RWendi

推荐答案

该网页在2003年的不足64位的目标似乎解决您的问题:的 http://www.toymaker.info/Games/html/64_bit.html

This page on 2003's lack of 64-bit targeting seems to address your issue: http://www.toymaker.info/Games/html/64_bit.html.

第一步是建立我的64位开发的开发环境。我使用Visual Studio 2003中已很少内置支持64位开发。

The first step was to set up my development environment for 64 bit development. I use Visual Studio 2003 which has little built in support for 64 bit development.

为了创建64位应用程序,你需要安装微软最新的平台SDK(Microsoft平台SDK的Windows Server 2003)。该SDK,并为32位编程有图书馆,有64位版本的AM​​D64和IA64(英特尔)的开发。

In order to create 64 bit applications you need to install the latest Platform SDK from Microsoft (Microsoft Platform SDK for Windows Server 2003). The SDK, as well as having libraries for 32 bit programming, has 64 bit versions for AMD64 and IA64 (Intel) development.

获取设置在Visual Studio中正确的库和头文件路径被证明相当困难。我想开发32位或64位项目的选择。而平台SDK自带的命令文件设置正确的路径,他们消灭任何其他路径。由于T2使用DirectX我还需要DirectX的路径设置正确。

Getting the correct library and header file paths set up in Visual Studio proved surprisingly difficult. I wanted the choice of developing 32 bit or 64 bit projects. While the platform SDK comes with command files to set up the correct paths they wipe out any other paths. Since T2 uses DirectX I also needed the DirectX paths setting correctly.

升级到Visual Studio的较新版本看起来更安全,非hackish的解决方案,如果可能的话。

Upgrading to a newer edition of Visual Studio looks like the safer, non-hackish solution, if possible.

这篇关于如何建立一个解决方案,针对64位环境?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆