Results 1 to 4 of 4

Thread: Compiler

  1. #1

    Default Compiler

    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?

    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Compiler

    Could you post the exact error message? Can Dependency Walker find all Qt DLLs?

  3. #3

    Default Re: Compiler

    Yes, following that will result me:



    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)?

    Qt Code:
    1. void RosterPlugin::applyConfigChanges(QWidget *w)
    2. {
    3. qobject_cast<RosterOptionsWidget *> (w)->getOptions(&options);
    4. }
    To copy to clipboard, switch view to plain text mode 
    Attached Images Attached Images

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Compiler

    Quote Originally Posted by CHeader View Post
    But why does my application crash upon opening?
    How does it crash? Are there any error messages? Could you post them?


    Quote Originally Posted by CHeader View Post
    And I do have some other several questions regarding QT:
    Please stick to one topic per thread.

    Quote Originally Posted by CHeader View Post
    Is it possible to disable the Maximize button in your application?
    Search the forum --- this problem was discussed many times.

    Quote Originally Posted by CHeader View Post
    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?

Similar Threads

  1. Intel C++ compiler w/ Qt?
    By gfunk in forum Qt Programming
    Replies: 1
    Last Post: 23rd August 2007, 22:11
  2. Manually using RCC compiler?
    By vishal.chauhan in forum Qt Programming
    Replies: 2
    Last Post: 18th May 2007, 07:47
  3. Replies: 7
    Last Post: 24th March 2007, 13:53
  4. which compiler for Qt on Intel Mac
    By jcr in forum Installation and Deployment
    Replies: 1
    Last Post: 8th July 2006, 21:32
  5. Loaded QT 4.1.1 and MinGW Compiler
    By Seth in forum Newbie
    Replies: 7
    Last Post: 8th July 2006, 15:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.