CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    12

    STL link errors - Please Help !!!

    Hi.

    I'm trying to convert my code from windows version to Linux version.
    I don't have compilation error, but I still have a link errors I can't understand.
    The link error is "undefine symble" on some STL . I have an std::string in my code, and I know that there is a problem with it's symbol name, how can I solve the problem, have anyone an idea?

    Thanks.

  2. #2
    Join Date
    Feb 2001
    Location
    Sydney, Australia
    Posts
    1,909

    Re: STL link errors - Please Help !!!

    Originally posted by itzikel
    Hi.
    I don't have compilation error, but I still have a link errors I can't understand.
    The link error is "undefine symble" on some STL . I have an std::string in my code, and I know that there is a problem with it's symbol name, how can I solve the problem, have anyone an idea?
    Thanks.
    Please be more explanative - post the link errors you got, may be it would be usefull to solve the problem.
    Best regards,
    Igor Sukhov

    www.sukhov.net

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

Featured