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

Stuff everything into a (static, no ansistrings!) record, and then make sure
that the constant segszie of the example is as large as the record. 

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to