Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 May : 2 EXE's sharing some data?
| Subject: | 2 EXE's sharing some data? |
| Posted by: | "JJ" (nospam@nospam.com) |
| Date: | Thu, 1 May 2008 13:49:23 |
Hi,
I have 2 EXE's that I wrote, and I'd like to pass some data back and forth
between them.
It isn't a lot of data, maybe 32 bytes in a record. It needs to happen fast,
so wouldn't want to write to the hard drive for this.
How is this done?
JJ