PDA

View Full Version : My first QT program



chandan
8th March 2010, 10:14
Hi All,
I am trying to run my first QT program but failed. I have a professional version of Visual Studio 2008 and an open source version of QT. I configured QT in visual studio command prompt and changed the environment variable. When I am trying to compile the example those are already given with the installation I am getting the following warning

1> LINK : debug\calender.exe not found or not built by the last incremental link; performing full link.

and after that when I tried to run this program an error dialog box appeared containing the message

"This application has failed to start because QtGuid4.dll was not found. Re-installing the application may fix this problem."

aamer4yu
8th March 2010, 10:25
The warning is fine... as for the dll.. the Qt paths dont seem to be properly set.
Add QTDIR/bin to your path and run your program.

chandan
8th March 2010, 15:02
Thanks boss. I have solved those problem. Actually my Visual Studio 2008 Tools were not configured. I did that and it is working fine now.