Boost logo

Boost Users :

From: GoochRules! (goochrules_at_[hidden])
Date: 2004-05-25 21:10:26


> Sure enough, running depends on the boost dll shows MSVCP71D.DLL,
> MSVCR71D.DLL and KERNEL32.DLL, but no STLPORT!

To me it looks like your STLport include/lib directories come after the
Platform SDK/VS.Net2003 directories, which means STLport is not being
used at all, hence it is not listed in the dependencies.

Try:
set INCLUDE=$STLport_include_path;%INCLUDE%
set LIB=$STLport_lib_path;%LIB%

--mpeltzer


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net