Results 1 to 4 of 4

Thread: Qt 4.6.3 slower than 4.6.2

  1. #1
    Join Date
    Apr 2010
    Location
    Switzerland
    Posts
    16
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Qt 4.6.3 slower than 4.6.2

    By slower I mean loading time of a application from when the application has been executed till complete load; so my application which was build with Qt 4.6.2 has instant load.. but with qt 4.6.3 it loads in almost 400 mili sec – 5 sec which is really annoying.
    So basically, I have build these two versions of Qt with exact same configuration on same machine:
    configure –release –static –no-qt3support –platform win32-msvc2008
    nmake sub-src
    the machine: OCed Intel Q9550 (stable) – 4Gig ram – Intel X25MII SSD – OS: win7 ultimate
    my application which I’m building is about 18K LOC. Static build size is 6,445 KB

    and I built those two Qt versions twice to make sure I’m right.
    Also I tried this on win xp and I didn’t see any problem, so I’m thinking this has to do something with win7..
    Anyway I want to know if anyone faced a problem like this? Any solution? Why should I stay away from 4.6.3?

  2. #2
    Join Date
    Apr 2010
    Location
    Switzerland
    Posts
    16
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt 4.6.3 slower than 4.6.2

    bump...
    any replies are welcome..

  3. #3
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Qt 4.6.3 slower than 4.6.2

    I had a similar problem when i updated from 4.6.2 to 4.6.3 (also on 7, 64bit), i had installed Qt SDK, Nokia SDK(beta), and Qt for VS, and the application started about 10 seconds after double-clicking the .exe file (i had only 4.6.3 in PATH)

    I uninstalled everything related to Qt and re-installed Qt SDK and Nokia SDK and i don't have a problem any more, and i had installed the Qt for VS since than, also without a issue.

    I can't explain it, the dll's in "path" where the ones from Qt SDK, i tried without them (had the error that could not found dll's) and tried with dll's copied in the application folder so it wasn't some dll's from Nokia SDK that messed up things ... so what could have been? i don't have a clue

  4. #4
    Join Date
    Apr 2010
    Location
    Switzerland
    Posts
    16
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt 4.6.3 slower than 4.6.2

    Tnx.. I think we got something here.. it’s the dll stuff

    I removed “intel compiler” paths from environment variable (not using it anyway).. and my application which was built with 4.6.3 starts a little faster.. but certainly not satisfying..

    Anyway I enabled warnings and I see these warnings with static builds of my application with 4.6.3:

    Qt Code:
    1. 1>QtGui.lib(qapplication.obj) : warning LNK4217: locally defined symbol ?qt_call_post_routines@@YAXXZ (void __cdecl qt_call_post_routines(void)) imported in function "public: virtual __thiscall QApplication::~QApplication(void)" (??1QApplication@@UAE@XZ)
    2. 1>QtGui.lib(qwhatsthis.obj) : warning LNK4217: locally defined symbol ?qDeleteInEventHandler@@YAXPAVQObject@@@Z (void __cdecl qDeleteInEventHandler(class QObject *)) imported in function "public: static void __cdecl QWhatsThis::hideText(void)" (?hideText@QWhatsThis@@SAXXZ)
    To copy to clipboard, switch view to plain text mode 

    What those warnings mean? Should I open a new thread for this?
    Qwhatsthis?? rolf

Similar Threads

  1. Replies: 6
    Last Post: 15th April 2010, 19:56
  2. Qt/mingw a lot slower than borland builder 6.0?
    By qt_gotcha in forum Qt Programming
    Replies: 2
    Last Post: 23rd February 2010, 12:11
  3. Replies: 11
    Last Post: 2nd July 2009, 00:41
  4. Replies: 4
    Last Post: 7th March 2009, 09:06
  5. why Qt4 is so slower than Qt3 ?
    By xuyaojun1980 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th February 2009, 18:32

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.