Newsgroups: comp.os.msdos.djgpp From: "William A. Barath" Subject: Re: DJGPP TSR'S DLL'S In-Reply-To: <01bd06b6$94dbf6e0$63206ccb@ashod> Content-Type: TEXT/PLAIN; charset=US-ASCII Message-ID: Sender: news AT freenet DOT victoria DOT bc DOT ca (News Manager) Reply-To: "William A. Barath" Organization: Victoria Telecommunity Network References: <01bd06b6$94dbf6e0$63206ccb AT ashod> Mime-Version: 1.0 Date: Tue, 23 Dec 1997 08:35:29 GMT Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 22 Dec 1997, Ashod wrote: |does djgpp support protected mode tsr and/or dlls, also if i run a djgpp |in windows and then start another djgpp in another window ( i.e not |one app spawning another), can the two talk. More one is a tsr |with some api commands and thew other uses these commands.. There are example TSRs on assorted DJGPP sites. As to multiple sessions communicating with each other, this is of course possible, but certainly non-trivial. You coud set up semaphore files. (slow, but would work over a network nicely.) You could set up a semaphore address and force physical mapping (ugly hack of a way to do it) or you could politely chat between them using Windows' API, heck I think you can even use network sockets! Wil Barath, aka WseM : "I feel as though I see my pen to write" Author of VPM, EDITPLN, and other VGA Planets support programs Visit my homepage! -------------> http://victoria.tc.ca/~wi534