Achim Enders
April 16th, 1999, 01:01 AM
If a program is terminated that in the debugger of the VC++ studio runs, I get the following messages:
Detected memory leaks!
Dumping objects ->
{35932} normal block at 0x012C0120, 332 bytes long.
Data: <` ! p ! ! ! > 60 CA 21 01 70 CD 21 01 A0 D1 21 01 B0 D4 21 01
{35931} normal block at 0x012BFF90, 12 bytes long.
Data: < q ,D , > 00 00 00 00 71 B1 2C 44 20 01 2C 01
How can I interpret these messages?
Detected memory leaks!
Dumping objects ->
{35932} normal block at 0x012C0120, 332 bytes long.
Data: <` ! p ! ! ! > 60 CA 21 01 70 CD 21 01 A0 D1 21 01 B0 D4 21 01
{35931} normal block at 0x012BFF90, 12 bytes long.
Data: < q ,D , > 00 00 00 00 71 B1 2C 44 20 01 2C 01
How can I interpret these messages?