Results 1 to 9 of 9

Thread: Custom names for Qt libraries?

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: Custom names for Qt libraries?

    Are you sure that some exports are actually missing? Trolltech is very sensitive about it to provide backward compatibility... Maybe one of the libraries is a custom build that simply doesn't have some of the features of the other one?

  2. #2
    Join Date
    Aug 2006
    Posts
    44
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Custom names for Qt libraries?

    Yes, I'm sure about the break in compatibility, and have gotten confirmation from Trolltech that this happened. They apparently didn't realize this!? Honestly, I'm quite surprised that they don't run a check on their exports e.g. something as simple as diffing results from dumpbin when readying a new version).

    Between 4.1 and 4.2, for example, some exports in QtGui disappeared (a couple of what may have been inadvertant QVector::append exports, for example).

    Clearly, 'future' exports can't be maintained, e.g. 4.3 stuff won't be in 4.2. But losing exports when moving to newer versions is bad, bad bad. I did the check using the binaries that Trolltech ships, so this problem is not due to special builds and whatnot.

Similar Threads

  1. Qt 3.3 libraries
    By ToddAtWSU in forum Qt Programming
    Replies: 1
    Last Post: 21st December 2006, 17:25
  2. Replies: 4
    Last Post: 7th March 2006, 08:52

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.