visual studio 2008 C++ no x64 platform

后端 未结 4 1884
栀梦
栀梦 2020-12-09 04:28

I installed Visual Studio 2008 on my Windows 7 x64 laptop together with installation of Service Pack 1.

Now I want to add x64 platform to my C++ solution. But there

4条回答
  •  甜味超标
    2020-12-09 05:01

    If I recall, VS 2008 Pro doesn't install the 64-bit compiler and tools by default. You have to explicitly select them during the installation.

    1. Control Panel -> Uninstall Programs.
    2. Select Visual Studio and click Uninstall/Change.
    3. Wait. Wait some more. Click Next.
    4. Choose Add or Remove Features.
    5. Expand MSVC 2008 -> Language Tools -> Visual C++.
    6. Select X64 Compilers and Tools.

    You'll probably need your original installation media.

    Once the 64-bit compiler and tools are installed, you should be able to add a 64-bit configuration to your solution.

提交回复
热议问题