Hi, I am currently using Qt 4.8.5, along with OpenCV 2.4.6.

I was capable of configuring the both of them, and I was running my implementation without any problems (while keeping a working backup for unrecovery errors ).
The problem is that last time I tried to compile the code, I was able to build without any error, but the program finished before even run anything. The error i got is "[PATH] exited with code -1073741819".

I tried to run my backup code (the one was certainly running) and it got the same error.

Searching along the internet, this error can be assigned to DLL problems, but I havent changed anything while programming my code. Btw, I am using Windows 7 and using Visual Studio 10 as my compiler.

If someone know what is happening, I would be glad if I could save my work =)