|
-
Jun 6th, 2004, 10:39 AM
#1
Thread Starter
Fanatic Member
STLport
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.
-
Jun 6th, 2004, 12:47 PM
#2
Addicted Member
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.
Using Visual Studio .NET 2005
-
Jun 6th, 2004, 01:01 PM
#3
Thread Starter
Fanatic Member
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.
-
Jun 6th, 2004, 01:13 PM
#4
Addicted Member
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!)
Using Visual Studio .NET 2005
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|