Results 1 to 4 of 4

Thread: mfc in QT include

  1. #1
    Join Date
    Jun 2009
    Posts
    7
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default mfc in QT include

    Hello,

    I've got a simple MainWindow QT Program and i want to use some Files, whiche include MFC Funktions. My Problem is, i get from Visual Studio such errormessages:

    Detected memory leaks!
    Dumping objects ->
    {89389} normal block at 0x02C808A8, 24 bytes long.
    Data: < > 00 CD CD CD 00 00 00 00 00 00 00 00 00 00 00 00
    {89388} normal block at 0x02C81120, 12 bytes long.
    Data: < E1g E1g> A8 08 C8 02 A8 45 31 67 A8 45 31 67

    But Visual Leak Detector's message is:

    No memory leaks detected.
    Visual Leak Detector is now exiting.

    Thanks,
    Andreas

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: mfc in QT include

    so did your application crashes or what?

  3. #3
    Join Date
    Jun 2009
    Posts
    7
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: mfc in QT include

    No, this errormessages comes when i close the program normal.

  4. #4
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: mfc in QT include

    dont worry then.. the memory leaks may be from other library... compile in release mode and ship the app

Similar Threads

  1. segmentation fault on closing
    By harakiri in forum Qt Programming
    Replies: 6
    Last Post: 8th July 2009, 13:54
  2. Error: Using Multiple files
    By 3nc31 in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2007, 09:23
  3. Painting problem
    By Mel in forum Qt Programming
    Replies: 10
    Last Post: 8th May 2007, 21:38
  4. Can't create an object : initialisation problem ?
    By Nyphel in forum Qt Programming
    Replies: 5
    Last Post: 12th March 2007, 09:07
  5. use button from another Window
    By raphaelf in forum Qt Programming
    Replies: 11
    Last Post: 2nd March 2006, 20:31

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.