Re: FastMM4: CreateWindow('STATIC'.... fails, memory manager is not shared between EXE and DLLs
- From: Pierre le Riche <pleriche@xxxxxxxxxxx>
- Date: Sun, 22 Apr 2007 00:21:07 +0200
Hi Carsten,
MMWindow := CreateWindow('STATIC',
PChar(@UniqueProcessIDString[1]),
WS_POPUP, 0, 0, 0, 0, 0, 0, hInstance, nil);
returns 0. There are some more CreateWindow calls in FastMM, all fail
with the same error: class STATIC is not registered. What's wrong?
That's very strange since 'STATIC' is a predefined system class. Do you have a code sample that shows this?
Thanks,
Pierre
.
- Follow-Ups:
- References:
- FastMM4: CreateWindow('STATIC'.... fails, memory manager is not shared between EXE and DLLs
- From: Carsten Schuette
- FastMM4: CreateWindow('STATIC'.... fails, memory manager is not shared between EXE and DLLs
- Prev by Date: Re: Fastcode Trim B&V 0.6.1
- Next by Date: Re: FastMM V4.78 Release
- Previous by thread: FastMM4: CreateWindow('STATIC'.... fails, memory manager is not shared between EXE and DLLs
- Next by thread: Re: FastMM4: CreateWindow('STATIC'.... fails, memory manager is notshared between EXE and DLLs
- Index(es):
Relevant Pages
|