I need to share memory between applications and wanted to know if FPC
has this implemented. Today I use the windows "CreateFileMapping"
function, but this is windows specific.
Another thing: To synchronize the shared memory I use a mutex which can
be initialized be name on each application. Can this be done with FPC
mutexes?
Regards,
Andreas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal