Changes between Version 54 and Version 55 of CompileClient


Ignore:
Timestamp:
Jun 11, 2009, 10:55:27 AM (15 years ago)
Author:
Ageless
Comment:

adding SDK instructions.

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v54 v55  
    8484
    8585 * Start Visual Studio 2005 -> Visual C++ 2005 (Express Edition)
    86  * First we set up VS 2005 to use the Platform SDK:
     86 * First we set up VS 2005 to use the Platform SDKs:
    8787  * Tools->Options.
    8888  * Open Projects and Solutions->VC++ Directories.
     
    156156  * Make sure your Platform is correctly set (Win32 for instance).
    157157  * Now from the drop down menu in the top right corner, select Include files and point it to the Win Platform Server 2k3 R2 Platform SDK\Include directory.
     158  * Also point it to use ..\Program Files\Microsoft SDKs\Windows\V6.0a\Include
    158159  * Then select Library files from the drop down menu and point it to Win Platform Server 2k3 R2 Platform SDK\Lib
     160  * And point this to use ..\Program Files\Microsoft SDKs\Windows\V6.0a\Lib as well.
    159161  * OK out of there.
    160162 * Go File->Open Solution-><BOINCSRCDIR/>\win_build\boinc.sln and click Open.