Results 1 to 2 of 2

Thread: Qt4: Missing MainWindow at startup after Installation on other PC

  1. #1
    Join Date
    Jan 2009
    Posts
    10
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question Qt4: Missing MainWindow at startup after Installation on other PC

    Hi friends,

    i have a really strange problem.
    i compiled an application with mingw and self-compiled 4.4.3.

    when i start in the folder and on the pc where i compiled, everything works fine.
    An empty MainWindow pops up and on top a login dialog to login with username and password. So far so good....

    When i copy the binary and all needed DLLs (Qt + mingw) to another Folder or another PC
    and then start the same binary the login dialogs comes up, but the main window is missing.

    Strange.. isn't it? Same binary, same data... Hmmmmm
    Any ideas? some Flags..? some manifest like things ? i am out of ideas....

    I compiled using qmake....

    Bye bye,
    Nando

  2. #2
    Join Date
    Dec 2006
    Posts
    849
    Thanks
    6
    Thanked 163 Times in 151 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt4: Missing MainWindow at startup after Installation on other PC

    hard to tell...
    maybe you have put absolute path names somewhere?

    Try moving the stuff to the same place on the other machine (or to another place on the original machine). If it the error is gone (or the old machine wont work anymore, too), it's a path issue.

    HTH

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.