> Under WinNT & Win2000 each module has its own heap. > All memory allocated in the module must be freed in that module too ! do you know is there is a way for modules to share a single memory manager that does all the alloc/free/garbage collection for everyone linked? -dv