This component uses a memory mapped file but without a physical file. As Rob mentioned, you cannot use long strings or any object that uses a pointer. Short strings [255] and number variables are fine.
Ross. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Levis Sent: Thursday, 27 March 2008 3:27 p.m. To: 'Borland's Delphi Discussion List' Subject: RE: Common memory array from two individual programs I use this free component. http://www.delphi-files.com/Vcl/System/Apps-Communications/TfisSharedMemory- v-1-00.html Ross. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Kapas Sent: Thursday, 27 March 2008 4:18 a.m. To: [email protected] Subject: Common memory array from two individual programs Hi, I'd like to share common memmory for 2-3 different programs, running individualy. That means, when I generate values, arrays, strings, I'd like to read or modify from the independently run other program. How can I do it from Delphi 4 ? Thanks, Peter _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

