Results 1 to 5 of 5

Thread: Installation of Qt4.3.4 for Windows

  1. #1
    Join Date
    Jan 2007
    Posts
    326
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Installation of Qt4.3.4 for Windows

    Hi all

    I am working on Windows XP using Microsoft VisualStudio6.

    Earlier I had installed the trial version for Qt4.3.3 for Windows, When trial version expires, I had uninstall the trial version and install the full version for Qt4.3.4 for windows.Now after creating the working environment using Qt4.3.4, when i tries to start working on my project, My application quits unexpectedly.

    I dont understand Why is it so, Is there any problem while Installing Qt, or Qt is not installed properly.


    Regards
    Merry
    Always Believe in Urself
    Merry

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Installation of Qt4.3.4 for Windows

    Does a simple hello world application work? Does your project have 3rd party library dependencies other than Qt? Were they all compiled in same (release/debug) mode?
    J-P Nurmi

  3. #3
    Join Date
    Jan 2007
    Posts
    326
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: Installation of Qt4.3.4 for Windows

    Yes , I tried one of the example of Qt., It works fine.

    Yaa my project depends upon third party library dependencies other than Qt, like Microsoft SDK etc.

    Yes they compiled in same release debug mode.
    Always Believe in Urself
    Merry

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Installation of Qt4.3.4 for Windows

    So what actually happens when you run the application via debugger? Are you able to get a call stack? Or does the process just exit when you attempt to refer to stuff in 3rd party libs. If the latter, usually it's caused by mixing release and debug mode app and lib(s).
    J-P Nurmi

  5. #5
    Join Date
    Jan 2007
    Posts
    326
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: Installation of Qt4.3.4 for Windows

    When i open a working environment , say "Project.dsw" and start working on one of its class say "MainWindow.cpp" then working environment i.e "Project.dsw" closes unexpectedly. Usually, it happens in those classes where I used Qt Functions,and Not in the classes where i used third party library dependencies.
    Last edited by merry; 12th March 2008 at 09:57. Reason: updated contents
    Always Believe in Urself
    Merry

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.