Results 1 to 4 of 4

Thread: STLport

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    703

    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.
    an ending

  2. #2
    Addicted Member
    Join Date
    Nov 2002
    Posts
    195
    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

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    703
    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.
    an ending

  4. #4
    Addicted Member
    Join Date
    Nov 2002
    Posts
    195
    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
  •  



Click Here to Expand Forum to Full Width