First time here? Check out the FAQ!

Ask Your Question
0

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

asked Nov 15 '12

updated Nov 15 '12

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

Preview: (hide)

Comments

Please, post some code to understand what happened.

Daniil Osokin gravatar imageDaniil Osokin (Nov 15 '12)edit

1 answer

Sort by » oldest newest most voted
0

answered Nov 16 '12

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.

Preview: (hide)

Question Tools

Stats

Asked: Nov 15 '12

Seen: 2,070 times

Last updated: Nov 16 '12