Changes between Version 12 and Version 13 of CompileApp
- Timestamp:
- Mar 27, 2008, 4:44:59 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileApp
v12 v13 18 18 Go to boinc_samples/win_build. If you're using Visual Studio 2005, open samples.sln. If you're using Visual Studio 2003, open samples_2003.sln. Select 'Build/Build Solution', or hit F7. That's it! 19 19 20 There is a free version, [http://msdn2.microsoft.com/en-us/express/aa975050.aspx Visual C++ 2005 Express Edition]; we think (but haven't verified) that it works with the BOINC project file. You'll also need the [http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en Microsoft Platform SDK] and some [http://msdn2.microsoft.com/en-us/express/aa700755.aspx changes to your Visual Studio Express] installation to include the SDK. 20 There is a free version, [http://msdn2.microsoft.com/en-us/express/aa975050.aspx Visual C++ 2005 Express Edition]; we think (but haven't verified) that it works with the BOINC project file. You'll also need the [http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en Microsoft Platform SDK] and some [http://msdn2.microsoft.com/en-us/express/aa700755.aspx changes to your Visual Studio Express] installation to include the SDK. Warning: you cannot use more recent versions of the SDK (which do not include glaux). 21 21 22 22 If you use your own project file: