26 May
2004
26 May
'04
2:10 a.m.
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