Does anyone have experience with installing STLport with vc++6? I'm having major troubles getting a project to build in debug mode..anyone know a link to a working checklist/guide? Google isn't helping too much.
Printable View
Does anyone have experience with installing STLport with vc++6? I'm having major troubles getting a project to build in debug mode..anyone know a link to a working checklist/guide? Google isn't helping too much.
I've just done this myself after having problems with SGI's version. The steps I took were:
1. Unzip the STL folder somewhere
2. Go to the Directories tab in the Options dialog
3. Add the 'stlport' folder to the TOP of the include list
I think thats it all. Hope it helps.
I built the libraries first because I wanted to use stlport's stream implementation rather than use the wrappers. I set the VC++ settings you mentioned too :/
I'm not sure, I think I might have mucked up the build on the debug libraries.
You might to try configuring the STL to use the wrappers just to see if the compilation succeeds. If it does then it'll more than likely be the library you compiled (which I'm trying to do right now!)