Re: [fpc-pascal] IPC/SHMGET and Multiple Variables

2007-11-25 Thread Marco van de Voort
> I want to use IPC Shared Memory mecanism to enable communication between > Linux processes. I followed doc example > (http://community.freepascal.org:1/docs-html/rtl/ipc/shmctl) which > works fine. > However I'm unable to find how the handle multiple variables (or may be > an array). Stu

[fpc-pascal] IPC/SHMGET and Multiple Variables

2007-11-24 Thread T.Guilleminot
Hi I want to use IPC Shared Memory mecanism to enable communication between Linux processes. I followed doc example (http://community.freepascal.org:1/docs-html/rtl/ipc/shmctl) which works fine. However I'm unable to find how the handle multiple variables (or may be an array). Should I h