Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/serialization/vc7ide/readme.txt @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 1.3 KB
Line 
1Notes on vc 7.1 ide project files
2=================================
3
4These project files use the directory structure created by the Boost Build system.
5This means that BJAM has to have been run at least once for the directories to
6be created in the expected places.  Once this has been done, one should be able
7to rebuild/rerun any demo or test from within the VC 7 IDE.
8
9There are a large number of project configurations.  There is one for each permitted
10boost configuration.  E.G. Debug runtime-dynamic, Debug runtime-static threading-mulit,
11etc.  which correspond to boost build configurations.
12
13For tests which are designed to be run with different types of archives, the number
14of project configurations is mulitplied by 5 - one for each type archive.  For example, for
15Debug runtime-static there exists Debug runtime-static text_archive,
16Debug runtime-static text_warchive, ... Debug runtime-static xml_warchive.
17
18By selecting the appropriate configuration it should be possible to replicate the
19behavior of the failed test from withing the IDE.  This is helpful in debugging.
20
21After each test is built, it is run and the ouput is shown in the IDE Output window.
22
23Note that the fact that all configurations are not valid for all tests precludes building
24the all the tests from withing the IDE in one batch.
Note: See TracBrowser for help on using the repository browser.