Changes between Version 13 and Version 14 of CompileClient
- Timestamp:
- Jun 29, 2007, 6:17:29 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v13 v14 56 56 * Install the !WxWidgets source according to instructions on the web site. 57 57 * In Windows, Start->(Settings)->Control Panel->System, select Advanced; click Environment Variables. Under 'User variables' click New. Create a variable named 'wxwin' with value 'c:\wx' (or wherever you installed it). Then restart Visual Studio. 58 * Build !WxWidgets. See [http://www.wxwidgets.org/wiki/index.php/Compiling_WxWidgets Compiling WxWidgets] for details. 58 * Build !WxWidgets. See [http://www.wxwidgets.org/wiki/index.php/Compiling_WxWidgets Compiling WxWidgets] for details. (for the right options, I followed 1. Your application (delete odbc32.lib), 2. wxWidgets Library.) 59 59 * When done, go File->Close Solution. 60 60 * Then go File->Open Solution->%drive%://boinc/win_build/boinc.sln and press Open.