On Thu, Apr 22, 2010 at 6:17 AM, José Mejuto <[email protected]> wrote:

> A DLL shares the same process so you can use SendMessage or more
> simple a direct call to an exported procedure. A different beast is
> that the DLL has its own memory manager and its own RTL which is a
> problem to some LCL operations.
>

Would it be safe to assume something like FastShareMem (
http://www.codexterity.com) could be used for DLLs to use the same memory
manager in the app and the dll ?

Razvan
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to