On Fri, Jun 11, 2010 at 12:04:06PM +0200, Michael Schnell wrote: > > OTOH, it might be possible to hook to the address space of another > process to share the heap and thus all instances of user defined > classes. Madshi's "MadRemote" seems to do something like this for > Delphi/Windows.
That only fixes the memorymanager issue, not the fact that there are two copies of RTL/FCL/LCL state. (and VMTs for all duplicate classes etc). It can be a workaround, but then you have to be very careful. And that is not "easy". -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
