Page 1 of 1

no errors - no compile

PostPosted: Tue Jun 19, 2012 3:27 am
by GaryVass
Ok,

This is happening on both windows and linux (although, the linux version is not as new as the windows one...) when I go to compile my program (bernd, you have the source code, or did at least) it compiles, then nothing happens.

No error message, no program window (although, I do have to hit the X to stop the invisible program from running). I thiink there is an error in my program but instead of reporting it, the compiler just locks up.

Does any one have this experience? And I still get the UIC error in windows.... I have followed the advice in the prior thread on this error, but it remains.

Thanks

Re: no errors - no compile

PostPosted: Tue Jun 19, 2012 10:34 am
by Henning
I've found out that compiling the .pro file in /gcc with QtCreator will find the "hidden" errors.

Another hint is that the error is in the last compiled file, if it stops compiling before Linking.

/Henning