Changes between Version 23 and Version 24 of CompileClient
- Timestamp:
- Aug 11, 2007, 2:23:50 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v23 v24 79 79 * Then go File->Open Solution-><BOINCSRCDIR/>\win_build\boinc.sln and press Open. 80 80 * Set up Visual Studio to use the correct platform. From the drop-down menu choose either Win32 (for 32 bit platforms) or x64 (for 64 bit platforms) and choose to make it a Release/Debug version. 81 * For the latest versions of Visual C++ (e.g. Visual C++ 2008 Express Edition) it may be necessary to include preprocessor macros to direct the compiler to build for the correct Windows version (this was apparently introduced for Windows Vista). E.g. in Project -> <project_name> Properties, I needed to add these entries to Configuration Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions: _WIN32_WINNT=0x0501 and NTDDI_VERSION=0x05010200 -- see sdkddkver.h in the SDK include directory for macro values. 81 82 * Go to the Build menu, Build Solution. 82 83