Re: [fpc-pascal] Shared memory on various OSes

2014-03-10 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: On Mon, 10 Mar 2014, Mark Morgan Lloyd wrote: When a DLL/so is loaded dynamically by multiple program instances, are globals shared or would this require explicit use of OS-level shared memory? You'll need explicit use of OS-level shared memory. Thanks, noted :-)

Re: [fpc-pascal] Shared memory on various OSes

2014-03-10 Thread Michael Van Canneyt
On Mon, 10 Mar 2014, Mark Morgan Lloyd wrote: When a DLL/so is loaded dynamically by multiple program instances, are globals shared or would this require explicit use of OS-level shared memory? You'll need explicit use of OS-level shared memory. Michael. ___

[fpc-pascal] Shared memory on various OSes

2014-03-10 Thread Mark Morgan Lloyd
When a DLL/so is loaded dynamically by multiple program instances, are globals shared or would this require explicit use of OS-level shared memory? The application is emulating a region of scratchpad memory (File Protect Memory) used by hardware in an obsolete computer (Burroughs B5700). This

[fpc-pascal] Shared Memory

2008-07-18 Thread Rainer Stratmann
Is it possible with Freepascal and Linux to have access to shared memory? There are 2 programs that have to communicate. How to do that? Are there examples? Regards, Rainer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepa