23 Feb
2002
23 Feb
'02
12:26 p.m.
I have succesfully built the regex library under msvc6sp5, using the vc6-sltport.mak file.
But I notice that the compiler gives me warnings relating to the microsoft stl include directories:
example: vc98\include\iterator: blah blah blah
Then you aren't compiling / linking to STLport
Should it not be linking to the stlport include files?
Yes. Did you either * update your INCLUDE and LIB environment variables to point to STLport. or * invoke the makefile using something like: nmake CXXFLAGS="-Ic:\STLport-4.5.1\stlport" -fvc6-stlport.mak - John Maddock http://ourworld.compuserve.com/homepages/john_maddock/