Ask Your Question
0

error (0xc150002) Application was unable to start correctly!

asked 2012-11-14 20:28:11 -0600

updated 2012-11-15 08:14:08 -0600

Andrey Pavlenko gravatar image

I have compiled OpenCV in windows 7 using Cmake and i am running it in visual studio.. however when i run a simple program to load and display an image it gives this error. as in the image.

I am not new to opencv programming so the code is not a problem. i dont know why this error is coming

edit retag flag offensive close merge delete

Comments

Please, post some code to understand what happened.

Daniil Osokin gravatar imageDaniil Osokin ( 2012-11-15 02:54:27 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2012-11-16 09:41:51 -0600

unxnut gravatar image

There could be an issue with DLL dependencies. Have you taken a look at that possibility? I normally work in cygwin and use cygcheck command to check those dependencies. A quick search on the net gave me a link to depends.exe (check at: http://www.dependencywalker.com/) and you may be able to find the missing dependencies in the DLLs.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-14 20:28:11 -0600

Seen: 2,016 times

Last updated: Nov 16 '12