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


 

 

 

 

 

The Win32 Windows Programming

Configure And Using Windows PSDK- Part 3

 

 

 

 

 

 

Items in this page:

 

  1. Continue installing the Windows PSDK for Visual C++ 2005 Express Edition.

  2. Configuring PSDK for VC++ Express Edition.

Windows SDK VC++ Express Edition - adding the include files path

 

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

 

 

 

 

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

 

Windows SDK VC++ Express Edition - include files addition

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

 

 

Windows SDK VC++ Express Edition - adding new path for Include files

 

Windows SDK VC++ Express Edition - Include files is under Include folder

Windows SDK VC++ Express Edition - the added include path to the project

Windows SDK VC++ Express Edition - selecting the project library files option

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

 

Windows SDK VC++ Express Edition - adding new path for library files

 

 

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

 

 

 

 

 

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

 

 

Windows SDK VC++ Express Edition - library files are under Lib folder

Windows SDK VC++ Express Edition - the added library files path

Windows SDK VC++ Express Edition - adding the PSDK paths through Windows user/system environment variables

AdditionalDependencies="kernel32.lib"

AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib"

 

Enabling other options in VC++ EE project wizard - updating corewin_express.vsprops file

 

Enabling other options in VC++ EE project wizard - editing corewin_express.vsprops file

 

 

 

 

 

 

Enabling other options in VC++ EE project wizard - updating corewin_express.vsprops file with more Windows core library files

VC++ 2005 Express Edition - invoking project property pages

VC++ 2005 Express Edition - project property pages

VC++ 2005 Express Edition - project property pages - adding additional dependencies windows library files

 

 

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


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