반응형
[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 설정이 나타났다.
반응형
'IT > 개발관련 담기+' 카테고리의 다른 글
정규식을 ui형태로 표현해주는 사이트 (0) | 2013.11.19 |
---|---|
[샘플]주민번호검증 C소스 (0) | 2013.09.10 |
NSIS 설치본에 버전정보추가하기 (0) | 2013.06.06 |
라디오버튼 그룹지정방법 (0) | 2013.02.06 |
About country code for language resorce (0) | 2012.12.24 |