zoukankan      html  css  js  c++  java
  • Visual C++ 64bit应用程序项目设置

    Visual Studio 2005

    This topic describes how to set up C++ applications to target 64-bit platforms using project configurations available in the Visual Studio Integrated Development Environment (IDE).

    To develop 64-bit applications you must install one or both of the Visual C++ 64-bit compilers, otherwise 64-bit project configurations will not be available in the IDE. See Installing Visual Studio 64-bit Components for information.

    Note

    64-bit tools are not available on Visual C++ Express Edition by default. To enable 64-bit tools on Visual C++ Express Edition, install the .NET Framework SDK in addition to Visual C++ Express Edition. Otherwise, an error occurs when you attempt to configure a project to target a 64-bit platform using Visual C++ Express Edition.

    The first procedure describes how to change the active project configuration to target 64-bit platforms using the Visual Studio IDE. The second procedure describes how to migrate Win32 project settings into a 64-bit project configuration.

    To set up C++ applications to target 64-bit platforms

    1. Open the C++ project that you want to configure to target a 64-bit platform.
    2. Open the property pages for that project. For more information, see How to: Open Project Property Pages.

    Note

    For .NET projects, make sure the Configuration Properties node, or one of its child nodes, is selected in the <Projectname> Property Pages dialog box. Otherwise, the Configuration Manager button remains disabled.

    1. Click Configuration Manager to open the Configuration Manager Dialog Box.
    2. Click the Active Solution Platform list, and then select the <New…> option to open the New Solution Platform Dialog Box.
    3. Click the Type or select the new platform drop-down arrow, and then select a 64-bit platform.

    Note

    In the New Solution Platform dialog box, you can copy existing project settings into the new 64-bit project configuration using the Copy settings from option.

    1. Click OK. The platform you selected in the preceding step will appear under Active Solution Platform in the Configuration Manager dialog box.
    2. Click Close in the Configuration Manager dialog box, and then click OK in the <Projectname> Property Pages dialog box.

    To copy Win32 project settings into a 64-bit project configuration

    • When the New Solution Platform dialog box is open while you set up your project to target a 64-bit platform, click the Copy settings from drop-down arrow, and then select Win32. The following project settings are automatically updated on the project level:

    Note

    None of these project properties are changed if they are overridden on the file level.

     

     

    Visual Studio 2008

    This topic describes how to set up C++ applications to target 64-bit platforms using project configurations available in the Visual Studio Integrated Development Environment (IDE).

    To develop 64-bit applications you must install one or both of the Visual C++ 64-bit compilers, otherwise 64-bit project configurations will not be available in the IDE. See Visual Studio 64-bit Components for information.

    Note:

    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. Otherwise, an error occurs when you attempt to configure a project to target a 64-bit platform using Visual C++ Express.

    The procedures in this topic describe how to change the active project configuration to target 64-bit platforms using the Visual Studio IDE, and how to migrate Win32 project settings into a 64-bit project configuration.

    To set up C++ applications to target 64-bit platforms

    1. Open the C++ project that you want to configure to target a 64-bit platform.
    2. Open the property pages for that project. For more information, see How to: Open Project Property Pages.

    Note:

    For .NET projects, make sure the Configuration Properties node, or one of its child nodes, is selected in the <Projectname> Property Pages dialog box. Otherwise, the Configuration Manager button remains disabled.

    1. Click Configuration Manager to open the Configuration Manager Dialog Box.
    2. Click the Active Solution Platform list, and then select the <New…> option to open the New Solution Platform Dialog Box.
    3. Click the Type or select the new platform drop-down arrow, and then select a 64-bit platform.

    Note:

    In the New Solution Platform dialog box, you can copy existing project settings into the new 64-bit project configuration using the Copy settings from option.

    1. Click OK. The platform you selected in the preceding step will appear under Active Solution Platform in the Configuration Manager dialog box.
    2. Click Close in the Configuration Manager dialog box, and then click OK in the <Projectname> Property Pages dialog box.

    To copy Win32 project settings into a 64-bit project configuration

    • When the New Solution Platform dialog box is open while you set up your project to target a 64-bit platform, click the Copy settings from drop-down arrow, and then select Win32. The following project settings are automatically updated on the project level:

    Note:

    None of these project properties are changed if they are overridden on the file level.

     

  • 相关阅读:
    ios英语口语800句应用源码
    乐够GO应用源码完整版
    学生信息管理系统应用ios源码iPad版
    安卓版蝌蚪播放器客户端应用源码完整版
    一个Brushes笔画应用ios源码完整版
    模仿百度卫士应用最新版源码下载
    高仿QQ的即时通讯应用带服务端软件安装
    较好的IOS新闻客户端应用源码
    中国科学报客户端应用源码
    二叉树基础操作
  • 原文地址:https://www.cnblogs.com/through/p/4945675.html
Copyright © 2011-2022 走看看