I have created a simple gui, but the .exe file of this program is not working. When I try to open it,error appears that the "qtcorerd4.dll" is missing.
I am using the qtsdk 1.1
kindly help me with this..Thank you
I have created a simple gui, but the .exe file of this program is not working. When I try to open it,error appears that the "qtcorerd4.dll" is missing.
I am using the qtsdk 1.1
kindly help me with this..Thank you
You need to link to or include the Qt libs for stand alone exe files. See here for more information: http://doc.qt.nokia.com/4.7-snapshot...t-windows.html
Cheers,
Jon