Installing Visual Studio 2005 Express Edition
Installing Visual Studio Service Pack 1
Urgendly needed, contains many fixes and updates.
This Platform SDK (also called “Windows SDK”) is needed for x64 development.
select “Custom Installation”
select “C:\platformsdk2003r2\” for install-path
deselect the packages (unless you want them):
“Microsoft Tablet PC SDK”,
“Microsoft Web Workshop SDK”,
“Microsoft Internet Information Server SDK”,
“Microsoft Data Access Services SDK”,
“Microsoft Windows Installer SDK”
-
-
Configuring Visual Studio to use 64 Bit
There are several things to do:
Start the x64 console from the Start Menu:
cd to “C:\visualstudio8\Common7\IDE\”
run VCExpress.exe /useenv
right-click on the project, choose “Properties”
at C/C++ → Preprocessor → Preprocessor Definitions, change WIN32 to WIN64
at Linker → Input → Additional Dependencies, set “/MACHINE:AMD64 bufferoverflowU.lib”
at Linker → Advanced → Target Machine, set “Not Set”
now you should be able to build and run the 64bit Application
.NET Framework 2.0 Software Development Kit
This package is optional.
DirectX SDK
This package is optional.
|