我有第三方庫。 (msvc10)MT/MD(靜態cfgs)和動態DLL cfg。
我有QT + msvc10快遞+贏得sdk.7我有第三方庫,我有錯誤LNK2019:無法解析的外部...如何調查以解決它
好吧,我用提供的,(使用庫)的現有的例子我不能編譯.....我也有同樣的4個未解決的外部錯誤庫。 (但我沒有爲其他錯誤) 我不支持這些lib ......(但它們是合法的,我是一個沒有權利的成員)
哪些是調查可能的步驟固定?我在哪裏看? 謝謝。
編輯1:
的錯誤是:
TD_ExamplesCommon.lib(ExHostAppServices.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall ExHostAppServices::ttfFileNameByDescriptor(class OdTtfDescriptor const &,class OdString &)" ([email protected]@@UAE_N [email protected]@[email protected]@@Z)
TD_ExamplesCommon.lib(ExHostAppServices.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall ExHostAppServices::ttfFileNameByDescriptor(class OdTtfDescriptor const &,class OdString &)" ([email protected]@@UAE_N [email protected]@[email protected]@@Z)
TD_ExamplesCommon.lib(ExHostAppServices.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall ExHostAppServices::ttfFileNameByDescriptor(class OdTtfDescriptor const &,class OdString &)" ([email protected]@@UAE_N [email protected]@[email protected]@@Z)
TD_ExamplesCommon.lib(ExHostAppServices.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall ExHostAppServices::ttfFileNameByDescriptor(class OdTtfDescriptor const &,class OdString &)" ([email protected]@@UAE_N [email protected]@[email protected]@@Z)
..\exe\OdaQtApp.exe : fatal error LNK1120: 13 unresolved externals
在這個職位,我已經收到了解決方案:我有Advapi32.lib鏈接... 我的問題是:我怎麼能知道這個 ?
我已經試過dependencyywalker,但它不能使用的.lib的....
發佈錯誤消息,並說出您希望找到哪些外部信息庫。 – Ben 2012-03-27 09:12:21
什麼是錯誤消息? (爲什麼我們不得不在這裏問這個問題?)用於鏈接的命令行也可能有幫助。 – 2012-03-27 09:13:48