
HEAP[dllhost.exe]: HEAP: Free Heap block 1e32c28 modified at 1e32dc4 after it was freed
Freed memory used in your code. You wrote in memory you have
already freed. It is also possible you didn't allocate enough storage for
another block or you have some other offset calculation error, or some
other memory bug...
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
Quote:
> Hi!
> When I debugging COM+ application, in output window I see the follow
> message:
> HEAP[dllhost.exe]: HEAP: Free Heap block 1e32c28 modified at 1e32dc4 after
> it was freed
> What is it?
> When I call ADOConnect-Open(...) this message reiteration.
> Thanks,
> Alexey.