Thread: STLPort with Dinkumware

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    1

    STLPort with Dinkumware

    Hi,

    I've this problem: I've developed a project using STLPort 4.6.2 as template library, and all works fine. Now I must link with a third party static library that was compiled with dinkumware stl. Now, as I have only the lib files and the headers (not the source), when I try to link my project with these libs I get a bounch of link errors... I've seen that not all of the calls to the library funcions won't link, and I suspect that only the calls to the functions in wich the parameters are prefixed with "std::" are not able to link. I've asked to the producer of this library if someone had the same problem, and he told me that someone had resolved it by using the right #ifdef - #define combinations, but he couldn't tell me what are they.
    Has anyone any clue?

    many thanks

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    If you have to pass STL objects to/from the library, then you'll have to use the exact same STL implementation - and really know what you're doing. Which is why is shouldn't be done.

    What "third party" library is this?

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. STLport
    By l2u in forum C++ Programming
    Replies: 8
    Last Post: 04-11-2007, 04:24 PM
  2. Integrating Boost with STLPort
    By Mario F. in forum Tech Board
    Replies: 1
    Last Post: 11-11-2006, 06:49 AM
  3. STLPort choosing between dynamic or static lib
    By Mario F. in forum Tech Board
    Replies: 3
    Last Post: 08-29-2006, 05:17 AM
  4. STLport with MingW - Long Long error on project build
    By Mario F. in forum C++ Programming
    Replies: 2
    Last Post: 08-21-2006, 08:55 AM
  5. problems Installing stlport with vc7
    By silk.odyssey in forum C++ Programming
    Replies: 0
    Last Post: 12-22-2003, 09:09 AM