Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Another beginner question

Status
Not open for further replies.

kook04

Programmer
Joined
Jun 26, 2001
Messages
58
Location
US
I'm new to C++, and the error message are just not as clear as Java compiler error messages. Could someone tell me exactly what this message is saying?

t2.obj : error LNK2001: unresolved external symbol &quot;public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall XMLConvert::parseXMLFile(char * const)&quot; (?parseXMLFile@XMLConvert@@QAE?AV?$basic_string@D


Thank you. ------
KJR
 
press f1 to find out more about the error
 
Thanks, that's a good tip. I wasn't aware you could do that. ------
KJR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top