2016-03-15 111 views
0

我正在嘗試使用opencv函數運行我的項目。 我能夠構建代碼但無法在VS2012 OS 32位Windows 7中進行調試,調試時執行沒有達到主要功能。 而且說這個消息傳出來,從執行:sample.exe'已退出,代碼-1073741515'未找到依賴的dll'

sample.exe' has exited with code -1073741515 'A dependent dll was not found'

任何人能夠知道背後的原因。

注:

我給DLL路徑也並啓用工具 - > Debugging-> Symbols->微軟符號服務器選項。

編輯: 下面是由H. Guijt給我的問題解決方案「

You can use Dependency Walker to figure out which DLLs it needs. dependencywalker.com 我檢查其沒有出現在我的系統上面工具的幫助下,DLL,從而解決了這個錯誤消息。 :)

+1

您可以使用Dependency Walker來找出它需要的DLL。 http://www.dependencywalker.com/ –

+0

它真的幫我解決了我的問題!!謝謝 – user3476225

+0

請將答案作爲_answer_發佈,而不是編輯問題 – Miki

回答

0

由H. Guijt給我的問題的解決方案。

You can use Dependency Walker to figure out which DLLs it needs.

dependencywalker.com我檢查該dll whic h在我的系統中沒有出現在上述工具的幫助下,因此解決了這個錯誤信息。 :)