应用程序无法正确启动(0 * 0150002) - OpenCv [英] The application was unable to start correctly (0*0150002) - OpenCv

查看:494
本文介绍了应用程序无法正确启动(0 * 0150002) - OpenCv的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用cpp 2010在opencv(2.1)编写的项目。当我尝试调试它,我得到以下错误:

I'm working on a project written in opencv (2.1) using cpp 2010. When I try to debug it I get the following error:


'FaceTracker.exe':加载'C:\Users\hodhod\Documents\Jam3a\PROJECT-2012 !! \FindSymetryInFaces\FaceTracker\FaceTracker\Debug\FaceTracker.exe ',加载符号。

'FaceTracker.exe':加载'C:\Windows\System32\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 'FaceTracker.exe':加载'C:\Windows\System32\kernel32.dll',加载符号(删除源信息)。

'FaceTracker.exe':Loaded'C:\ Windows \System32 \KernelBase.dll',加载的符号(源信息剥离)。

'FaceTracker.exe':Loaded'C:\OpenCV2.1\bin\cv210d.dll' ,找不到或打开PDB文件

程序'[4556] FaceTracker.exe:Native'已退出,代码为-1072365566(0xc0150002)。

'FaceTracker.exe': Loaded 'C:\Users\hodhod\Documents\Jam3a\PROJECT-2012!!\FindSymetryInFaces\FaceTracker\FaceTracker\Debug\FaceTracker.exe', Symbols loaded.
'FaceTracker.exe': Loaded 'C:\Windows\System32\ntdll.dll', Symbols loaded (source information stripped).
'FaceTracker.exe': Loaded 'C:\Windows\System32\kernel32.dll', Symbols loaded (source information stripped).
'FaceTracker.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Symbols loaded (source information stripped).
'FaceTracker.exe': Loaded 'C:\OpenCV2.1\bin\cv210d.dll', Cannot find or open the PDB file
The program '[4556] FaceTracker.exe: Native' has exited with code -1072365566 (0xc0150002).

并显示以下讯息:


应用程序无法正确启动(0 * 0150002)。点击确定关闭应用程序。

The application was unable to start correctly (0*0150002). Click Ok to close the application.

如何解决?

推荐答案

http://meta.stackoverflow.com/questions/251597/question-with-no-answers-but-issue-solved-in-the-comments\">没有答案的问题,但问题在评论中解决了)

(Answered by the OP in the comments. See Question with no answers, but issue solved in the comments )

OP写道:


我解决了。我去了 Project - >比例 - >接头 - >输入 - >附加依赖关系并将其更改为:



cv210d.lib; cvaux210d.lib; cxcore210d.lib; highgui210d.lib; ml210d.lib; 




到:

to:



cv210.lib; cvaux210.lib; cxcore210.lib; highgui210.lib; ml210.lib; opencv_ffmpeg210.lib;

这篇关于应用程序无法正确启动(0 * 0150002) - OpenCv的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆