PDA

View Full Version : mfc in QT include



trusch
16th July 2009, 09:17
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

nish
16th July 2009, 09:52
so did your application crashes or what?

trusch
16th July 2009, 09:58
No, this errormessages comes when i close the program normal.

nish
16th July 2009, 10:01
dont worry then.. the memory leaks may be from other library... compile in release mode and ship the app:)