2010-04-18 86 views
1

我想知道是否有人知道這個錯誤的含義。未解析的外部符號?錯誤lnk2019

感謝

錯誤LNK2019:無法解析的外部符號「市民:無效__thiscall的LinkedList,一流的std ::分配器>> :: LocItem *> :: decreasekey(類PriorityList,一流的std ::分配器>> :: 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)在函數「public:void __thiscall PriorityList ,類std :: allocator>> :: decrekey(class PriorityList,class std :: allocator>> :: Locator)「(?decrekey @?$ PriorityList @ HV?$ basic_string @ DU?$ char_traits @ D @ std @@ V?$ allocator @ D @ 2 @@ std @@@@ QAEXVLocator @ 1 @@ Z)

+1

您能否給我們提供更多信息?示例代碼? – 2010-04-19 17:55:36

回答

2

它只是意味着有一個未定義的符號。檢查您的拼寫並確保其存在並在您的代碼中定義。

MSDN Help page

+0

謝謝,但我想知道是否有更具體的你可以從它得到... – jay 2010-04-18 22:14:59

+0

看起來像LinkedList的reducekey方法? – Joe 2010-04-18 22:24:33

相關問題