PDA

View Full Version : How to check the errors in Qt



srohit24
3rd March 2009, 04:02
I have written a c++ code and i want to know what are the errors and at what line.

The the compiled the main.cpp but it says error and no app is created. Hence i wanted to know what are the errors and at what line no.

How can i accomplish that?

thanks

aamer4yu
3rd March 2009, 05:52
What IDE are you using ? It shud show u the error line... isnt it ?

srohit24
3rd March 2009, 06:18
i havent installed any IDE. I am using a designer to design a UI and nothing else.

what IDE is best suitable for Qt based apps?

Is VC++ the solution? if so, can anyone tell me how to include Qt lib into VS 2005?

spirit
3rd March 2009, 06:31
take a look at Qt Creator (http://www.qtsoftware.com/developer/qt-creator)

srohit24
3rd March 2009, 06:43
thanks mate.

I saw the video, it looks great!

While compiling a project, it says mingw32-make.exe missing, what is the problem??

lyuts
23rd March 2009, 12:28
You should have MinGW installed on your computer.