From: "Jay" Newsgroups: comp.os.msdos.djgpp Subject: Sharing memory Lines: 7 Organization: n/a X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Mon, 3 Jan 2000 12:23:01 -0000 NNTP-Posting-Host: 209.148.243.129 X-Complaints-To: abuse AT sprint DOT ca X-Trace: newscontent-01.sprint.ca 946930894 209.148.243.129 (Mon, 03 Jan 2000 15:21:34 EST) NNTP-Posting-Date: Mon, 03 Jan 2000 15:21:34 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is it possible to have a set of allocated memory that is shared between 2 programs? For eg. If we allocate a buffer in program "A", have program "A" execute child program "B" while passing the address of the buffer to program "B", and have program "B" use the same memory allocate in program "A". Is that possible?