Results 1 to 9 of 9

Thread: Error running executable

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Error running executable

    There is a good chance your application crashes Try debugging it. What exact OS are you using?

  2. #2
    Join Date
    May 2007
    Posts
    315
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Error running executable

    I'm using Windows

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

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

  4. #4
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error running executable

    What about actionAbout?
    Where is that created?

  5. #5
    Join Date
    May 2007
    Posts
    315
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Error running executable

    Quote Originally Posted by wysota View Post
    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 View Post
    What about actionAbout?
    Where is that created?
    It,s created in ui_maker.h

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Error running executable

    Quote Originally Posted by Salazaar View Post
    I don't use a compiler, I compile everything by console (qmake -o Makefile...).
    http://en.wikipedia.org/wiki/Compiler

  7. #7
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error running executable

    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++.

  8. #8
    Join Date
    May 2007
    Posts
    315
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Error running executable

    Yes I'm using MinGW compiler (sorry, wysota)

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
  •  
Qt is a trademark of The Qt Company.