Re: Error running executable
There is a good chance your application crashes ;) Try debugging it. What exact OS are you using?
Re: Error running executable
Re: Error running executable
Yes, I know that :) I was asking for a more specific response. And by the way, which compiler do you use?
Re: Error running executable
What about actionAbout?
Where is that created?
Re: Error running executable
Quote:
Originally Posted by
wysota
Yes, I know that :) I was asking for a more specific response. And by the way, which compiler do you use?
I don't use a compiler, I compile everything by console (qmake -o Makefile...). Oh, sure, I'm using XP 2000 HE
Quote:
Originally Posted by
marcel
What about actionAbout?
Where is that created?
It,s created in ui_maker.h
Re: Error running executable
Quote:
Originally Posted by
Salazaar
I don't use a compiler, I compile everything by console (qmake -o Makefile...).
http://en.wikipedia.org/wiki/Compiler
Re: Error running executable
Quote:
I don't use a compiler, I compile everything by console (qmake -o Makefile...). Oh, sure, I'm using XP 2000 HE
Oh, that will make things easier...
Try running the application without setting that style.
See if it works.
Anyway, I'm going to answer for you: you're using mingw - therefore the compiler is g++.
Re: Error running executable
Yes I'm using MinGW compiler (sorry, wysota;))