今天在调试一个调用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删除后,重新编译连接通过。。。

工程文件已经放入永硕(在主页中可找到)。