Boost logo

Boost :

From: Victor A. Wagner, Jr. (vawjr_at_[hidden])
Date: 2003-03-17 01:38:00


I finally got simple_ls to compile and link.

The build now correctly builds two libraries (one release, one debug) and
if you point to the right place (shouldn't there be some way to marshall
the libraries instead of leaving them scattered throughout the build area?).

You also, with VC++, need to know what parameters were used in the code
generation options, or you'll get some weird looking "multiple defines".
These parameters are
for release: Multi-threaded DLL (/MD)
for debug: Multi-threaded Debug DLL (/MDd)

This information would be useful in the documentation.
Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law"


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk