IT/개발관련 담기+
Visual Studio 2008 x64 Build configuration manager setting
Imtraveller
2013. 8. 28. 13:03
반응형
[come from http://stackoverflow.com/questions/5979675/visual-studio-2008-c-no-x64-platform]
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.
- Control Panel -> Uninstall Programs.
- Select Visual Studio and click Uninstall/Change.
- Wait. Wait some more. Click Next.
- Choose Add or Remove Features.
- Expand MSVC 2008 -> Language Tools -> Visual C++.
- 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.
위에서 시키는대로 하니 X64 설정이 나타났다.
반응형