The problem with running applications compiled using Visial Studio 2008
Some time ago I worked on the application using OpenCV library to control the Pong game with a camera. The whole application was created in an environment Visual Studio 2008. After compiling a working program for the Release version, it would not run on other computers (with the same operating system). Immediately after running the error message was displayed:
"The application failed to initialize Properly (0xc0150002). Click on OK to terminate the application "
Solution error was so simple that until a shame to write about it
It turned out that at the time of compiling linkowaliśmy OpenCV library in Debug version. It was enough to change the linked-to library on the appropriate version alby the problem disappeared.











No comments yet.