Could not execute: invalid directory (Win32 error 267)

 今天在調試一個調用ffmpeg函數,而不是庫文件實現視頻播放功能的時候,出現瞭如下錯誤,在網上查了之後,國外有一個論壇中說是因爲:

This error comes due to the project settings. In VC++ 6 go to the project and then setting tab. Then go to the debug tab. Cleck the path for the exe amd imp. is check the working directory path.
If this help you in any way pls rate this post.

大致意思看輸入輸出文件名在VC中設置的是否正確:

setting->link->output file name
setting->debug->general->executable for debug session
看下這兩處設置對否


但是我看了輸入輸出文件名都是對的,沒有辦法了,最後採用了最笨但是最有效的辦法,嘿嘿,直接將工程文件中的.ncb,.plg刪除後,重新編譯連接通過。。。

工程文件已經放入永碩(在主頁中可找到)。




 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章