Changes between Version 54 and Version 55 of CompileClient
- Timestamp:
- Jun 11, 2009, 10:55:27 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v54 v55 84 84 85 85 * 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: 87 87 * Tools->Options. 88 88 * Open Projects and Solutions->VC++ Directories. … … 156 156 * Make sure your Platform is correctly set (Win32 for instance). 157 157 * 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 158 159 * 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. 159 161 * OK out of there. 160 162 * Go File->Open Solution-><BOINCSRCDIR/>\win_build\boinc.sln and click Open.