Mail Archives: djgpp/1997/12/23/07:30:19
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
- Raw text -