PDA

View Full Version : Compiler



CHeader
7th April 2008, 19:44
Hello everybody,

My question is: Is there any good IDE out there (mingw32-make supported) that could help me debugging my application why its not starting up my application but does compiles ?

As soon i've done compiling I launch my exe and it gives a crash on qtgui4.dll? :eek:

Thanks.

jacek
7th April 2008, 21:30
Could you post the exact error message? Can Dependency Walker (http://www.dependencywalker.com) find all Qt DLLs?

CHeader
9th April 2008, 00:53
Yes, following that will result me:

http://www.qtcentre.org/forum/attachment.php?attachmentid=2163&stc=1&d=1207698661

But why does my application crash upon opening? And I do have some other several questions regarding QT:

- Is it possible to disable the Maximize button in your application?

And why does this code generate some errors due compile (its a widget with boxes that once pressed OK needs to be saved)?


void RosterPlugin::applyConfigChanges(QWidget *w)
{
qobject_cast<RosterOptionsWidget *> (w)->getOptions(&options);
}

jacek
10th April 2008, 15:45
But why does my application crash upon opening?
How does it crash? Are there any error messages? Could you post them?



And I do have some other several questions regarding QT:
Please stick to one topic per thread.


Is it possible to disable the Maximize button in your application?
Search the forum --- this problem was discussed many times.


And why does this code generate some errors due compile (its a widget with boxes that once pressed OK needs to be saved)?
What are these "some errors" exactly?