[fpc-pascal] Sharing memory between applications
Andreas Berger
Andreas at TheBergerClan.org
Tue May 20 15:32:59 CEST 2008
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
More information about the fpc-pascal
mailing list