visual studio 2008 C++ no x64 platform

后端 未结 4 1877
栀梦
栀梦 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:03

    Visual Studio 2008 only comes with x64 compiler with the Professional editions and higher. You can download the free Windows SDK from MSDN to get the x64 compiler.

提交回复
热议问题