How to check the errors in Qt
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
Re: How to check the errors in Qt
What IDE are you using ? It shud show u the error line... isnt it ?
Re: How to check the errors in Qt
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?
Re: How to check the errors in Qt
take a look at Qt Creator
Re: How to check the errors in Qt
thanks mate.
I saw the video, it looks great!
While compiling a project, it says mingw32-make.exe missing, what is the problem??
Re: How to check the errors in Qt
You should have MinGW installed on your computer.