Date: Sun, 27 Jun 1999 19:44:47 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Pavlos cc: djgpp AT delorie DOT com Subject: Re: DJGPP Dos Apps + Windows Apps In-Reply-To: <7l3n3b$ome$1@newssrv.otenet.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 27 Jun 1999, Pavlos wrote: > Is it possible for a DJGPP Dos program to communicate (send/receive data) > with a Windows program? Hard, but possible. The ways I could think of, in the increasing order of complexity: - disk file - clipboard - TSR loaded ahead of Windows - device driver > Also, can this be done with two DJGPP programs running under Windows Dos > Prompt? Same solutions. The problem is the same in both cases: Windows programs run in a different virtual machine than DOS programs; and every DOS box is a separate virtual machine. Different virtual machines have separate address spaces.