| Main |< Install Windows PSDK 1 | Configure And Use Windows PSDK 1 >|Site Index |Download |


 

 

 

 

 

The Windows Programming

Install, Configure And Using Windows PSDK - Part 2

 

 

 

 

 

 

 

-------------------------------------------------------------------------------------------------------------------------

Windows SDK VC++ Express Edition - Typical installation path, location

  • We are ready to begin the Typical PSDK (R2) installation. Click the Next button.

Windows SDK VC++ Express Edition - BEgin installation snapshot screen

  • The installation starts. Sit down and relax. If there are error(s) during the installation, message(s) will be displayed. Make sure you have enough disk space around 1GB for Typical installation.

Windows SDK VC++ Express Edition - installation progress snapshot screen

  • For the last dialog, click the Finish button. We successfully installed the Windows PSDK (R2). In the next step we need to configure VC++ 2005 Express Edition so that the PSDK can be used together.

Windows SDK VC++ Express Edition - setup wizard installation completion

  • Let verify the path of the compilers and PSDK that installed on Tenouk computer. Yours should be different. Here we have chosen a separate installation path for the PSDK (previously chosen during the installation) as shown below.

Windows SDK VC++ Express Edition - installation path verification

 

  • Next, launch your VC++ 2005 Express Edition. We need to update the Visual C++ directories in the Projects and Solutions section in the Options dialog box. In a simple word, we need to tell the compiler where to find those includes, libraries and executable files that required when we build programs that specific to Windows.

  • We need to add the paths to the appropriate subsections as listed below:

  1. Executable files: C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin

  2. Include files: C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include

  3. Library files: C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib

  • Note: Alternatively, you can update the Visual C++ Directories by modifying the VCProjectEngine.dll.express.config file located in the \vc\vcpackages subdirectory of the Visual C++ Express install location. Please make sure that you also delete the file "vccomponents.dat" located in the "%USERPROFILE%\Local Settings\Application Data\Microsoft\VCExpress\8.0" if it exists before restarting Visual C++ Express Edition.

  • In our case, select Tools Options menu.

Windows SDK VC++ Express Edition - configure the project options

  • Select VC++ Directories under the Projects and Solutions folder. For Executable files, add a new line by clicking the icon. Then click the ... button () at the end of the empty line. Other paths shown in the box were set automatically during the VC++ EE installation.

Windows SDK VC++ Express Edition - adding executable files path

  • Select the directory of the executable files as shown below and clicks the Open button.

C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin

 

 

 

 

 

---------------------------------------------------------------------------------

Windows SDK VC++ Express Edition - the executable files are under the Bin folder

  • The path for the executable is shown below.

Windows SDK VC++ Express Edition - the added executable files

 

Continue on next worksheet...

 

 

| Main |< Install Windows PSDK 1 | Configure And Use Windows PSDK 1 >|Site Index |Download |


Windows SDK-Download, Install, Configure and Use:Part 1 |Part 2 |Part 3 |Part 4