Unresolved External Symbol? error lnk2019
Posted
by jay
on Stack Overflow
See other posts from Stack Overflow
or by jay
Published on 2010-04-18T21:58:50Z
Indexed on
2010/04/18
22:03 UTC
Read the original article
Hit count: 487
Hello,
I was wondering if anyone knew what this error meant.
Thanks
error LNK2019: unresolved external symbol "public: void __thiscall LinkedList,class std::allocator > >::LocItem *>::decreasekey(class PriorityList,class std::allocator > >::LocItem * const &)" (?decreasekey@?$LinkedList@HPAVLocItem@?$PriorityList@HV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@@@QAEXABQAVLocItem@?$PriorityList@HV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@@Z) referenced in function "public: void __thiscall PriorityList,class std::allocator > >::decreasekey(class PriorityList,class std::allocator > >::Locator)" (?decreasekey@?$PriorityList@HV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAEXVLocator@1@@Z)
© Stack Overflow or respective owner