我使用的DLL一個在我的應用程序有一些問題,我跑的Dependency Walker就可以了。我不知道如何讀它,但我得到了以下結果閱讀的Dependency Walker輸出
沒有暗示任何的x86-x64的不相容性?無論如何,我可以解決這個問題嗎?
Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
剛一說明:如果可能的話,包括錯誤消息文本(附加),所以它是用戶更容易找到這個線程。謝謝;-) –
剛剛編輯的錯誤是相當具有描述性的,但我的問題是,如果有這麼多的問題,他們如何編譯DLL以開始? – TeaLeave