Results 1 to 5 of 5

Thread: Qt 4 commercial with Visual C++ 2005 Express Edition: Works half, debug fails

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4 commercial with Visual C++ 2005 Express Edition: Works half, debug fails

    I only use VC8 Express and never had such a problem. Did you rebuild Qt with msvc2005 Express - maybe it's not possible to use qt-dll build with another msvc compiler? Did you take a look if QtCored.dll exports this function with pexports.exe (or any other tool which could show you the exports)?

    /edit:
    QEventDispatcherWin32::closingDown() is new in 4.1.4 - is your debug lib out of date?
    Last edited by ChristianEhrlicher; 28th June 2006 at 07:37.

  2. The following user says thank you to ChristianEhrlicher for this useful post:

    axeljaeger (29th June 2006)

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.