Re: memory problems

From: Boyd D. Mills (BMills_at_VCIControls.ca)
Date: 11/29/04


Date: Mon, 29 Nov 2004 11:17:48 -0500

Hi,

So I included the LMEMDEBUG option into my retail image, but the user
interface tool "lmem.exe." is not being included.
The sources file in the lmem directory indicates the build creates lmem in
dll format - not executable.
The platform build log indicate lmem library is being included in the
COREDLL_COMPONENTS build.
So how Do I get the lmem command?

/Boyd
"Silver" <bucketofjun@dot.com> wrote in message
news:B63qd.676440$8_6.615357@attbi_s04...
>I would guess that there is a memory leak somewhere in your code eating up
> the heap - coincidentally I think it might be in the software package you
> added.
>
> There are a couple of tools to walk the heap (LMEMDEBUG being one) that
> might help you. Chances are that it is a coding problem either using the
> library, or in the library itself.
>
> Geoff
>