Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6140199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:05:12+00:00 2026-05-23T18:05:12+00:00

Trying to track down a LNK2019 Unresolved External Symbol error on a function that

  • 0

Trying to track down a LNK2019 Unresolved External Symbol error on a function that has a number of std::string const & arguments.

Step one of this answer says to check decorated / undecorated names, and this is what I’m seeing in the linker error text in the argument list:

class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &

Is this also std::string const & ?

Thanks for your help.

I’m running VS 2008.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:05:13+00:00Added an answer on May 23, 2026 at 6:05 pm

    Yes.

    As part of the C++ standardization, the std::string class was made more STL-compatible. Like the STL containers, the element type can be chosen. Common choices are char and wchar_t, but Visual C++ users can also use TCHAR. Like STL containers, memory allocation is handled by an allocator.

    However, strings are unlike other containers because some methods need to perform more complex operations on their elements. std::set<T> only needs to compare two T objects, but std::string needs to deal with multi-byte encodings and such complications. These details are wrapped up in class std::char_traits<char>.

    So, with all this complexity, you end up with std::basic_string<char, std::char_traits<char>, std::allocator<char> >. That’s of course not very friendly, and most people just need the defaults. std::string is the friendly name for that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to track down a memory leak and I think it has to
I am trying to track down the Weblogic 10.3 JAR that contains weblogic.rmi.RemoteException in
I'm trying to track down an issue in our MFC code that looks like
I'm trying to track down an 0x8badf00d error which is caused by the watchdog
I'm trying to track down some javascript that is running when an anchor tag
I'm trying to track down an issue in our system and the following code
We're trying to track down some .Net assembly dependency problems. On Windows XP, does
So I have a nasty stack overflow I have been trying to track down
I trying to track down the cause of an OutOfMemory for a website. This
I'm trying to track down the bottleneck in an IPhone OpenGL game I'm writing.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.