Good Day,
I have installed Qt 5.0.2 for Windows 64-bit (VS 2012) on Windows 7, and duplicated the steps in the tutorial http://www.youtube.com/watch?v=0ONxIy8itRA (OpenCV and QT). The program is built successfully, but when I try to run it, the output window says “The program has unexpectedly finished”.
After poking around trying to debug the system, I ran dependency walker, and noticed that there was a problem locating several files, including QTCORED.DLL, QTGUID.DLL, and QTWIDGETD.DLL. (This happens on a debug build. On a release build the missing files include QTCORE.DLL, QTGUI.DLL, and QTWIDGET.DLL.
I will really appreciate any idea on how to proceed in order to run the program!!!
Thanks!!!!
↧