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"
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost