From: "Ramesh Sajja" Newsgroups: comp.os.msdos.djgpp Subject: memory sharing Lines: 7 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <9wz37.445$a04.1454@newsfeeds.bigpond.com> Date: Fri, 13 Jul 2001 18:01:38 +0800 NNTP-Posting-Host: 139.134.87.86 X-Trace: newsfeeds.bigpond.com 995017861 139.134.87.86 (Fri, 13 Jul 2001 19:51:01 EST) NNTP-Posting-Date: Fri, 13 Jul 2001 19:51:01 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm a new user to the djgpp & c programming. could any one please tell me how to share memory between two djgpp programs. basically I want to pass a struct pointer from say prog1 to prog2, sothat prog2 can use that structure data.