[cc65] Thank you, CC65 for the short and sweet error messages

Date view Thread view Subject view

From: Greg Long (greg_at_maneuveringspeed.com)
Date: 2003-03-14 04:20:56


.NET gave me this one today, forgive me Uz, for 1096 characters of
waste, but I thought you guys would get a kick out of this. This Linker
error appeared on one single line.  I was able to solve it easily, I was
missing a scope resolution operator, but check this out:

Lab5 error LNK2019: unresolved external symbol "public: class
GraphNode<class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > > & __thiscall
ListNode<class GraphNode<class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > > >::Data(void)"
(?Data@?$ListNode_at_V?$GraphNode_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?
$allocator_at_D@2@@std@@@@@@QAEAAV?$GraphNode_at_V?$basic_string_at_DU?$char_trai
ts_at_D@std@@V?$allocator_at_D@2@@std@@@@XZ) referenced in function "public:
bool __thiscall Graph<class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >
>::ShortestPath(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >,void (__cdecl*)(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >))"
(?ShortestPath@?$Graph_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocat
or_at_D@2@@std@@@@QAE_NV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator@
D_at_2@@std@@0P6AX0_at_Z@Z)


--Greg



----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-03-14 04:22:38 CET