Message-ID: <3426BE88.1727@EnchantedLearning.com> Date: Mon, 22 Sep 1997 11:52:56 -0700 From: Mitchell Spector Reply-To: spector AT EnchantedLearning DOT com Organization: Enchanted Learning Software MIME-Version: 1.0 To: djgpp AT delorie DOT com CC: Kurt Wall Subject: Re: DJGPP, interprocess communication, and DPMI References: <3421AA22 DOT 7C2897D5 AT utw DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Kurt Wall wrote: > > Salvador Eduardo Tropea (SET) wrote: > > > Eli Zaretskii replied to Mitchell Spector > > > On Wed, 17 Sep 1997, Mitchell Spector wrote: > > > > > > > Can a DJGPP program running in a DOS box under Windows 95 > > > > communicate with another currently-running program (either > > > > another DJGPP program in a different DOS box or a regular > > > > Win32 app)? [Clipped the clipboard suggestion... :-) ] > Another solution would be to set up a pipe: one app pokes data into an address, the other app > reads data out of the address. The bookkeeping could get hairy, though. I know that Win32, at > least, has facilities for IPC such as shared memory and pipes. Take a look at the SDK, if you can > find it, for the 16-bit versions of Windows. > > Kurt Well, yes, but the question is if there's any way of accessing these facilities from a DJGPP program? All the set-up could even be done by a Win32 program, but I don't know if it's possible for a program sitting in a DOS box to participate in such a scheme. Mitchell -- Mitchell Spector, Enchanted Learning Software E-mail: spector AT EnchantedLearning DOT com Visit Enchanted Learning's award-winning children's web site! -- http://www.EnchantedLearning.com --