From: "ChaoTix" Newsgroups: comp.os.msdos.djgpp Subject: Re: WinTix (hope you can help me) Date: Tue, 22 Oct 2002 19:48:48 +0200 Organization: XS4ALL Internet BV Lines: 46 Message-ID: References: <3db0e7e4 DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: 213-84-241-227.adsl.xs4all.nl X-Trace: news1.xs4all.nl 1035309048 7612 213.84.241.227 (22 Oct 2002 17:50:48 GMT) X-Complaints-To: abuse AT xs4all DOT nl NNTP-Posting-Date: 22 Oct 2002 17:50:48 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com It seems you are very good in programming such TSRs. Could you make a little program for me that can do this stuff. I know its something like "Hey...make this program for me", but its not like that. I am really planning to make something big here (I already have with watcom). Your name of cource will be displayed in the programs "about or team" program. Maybe you can talk to me through msn? my email is wintix AT hotmail DOT com I really hope you can help me, because it seems you know almost all the answers. Greetz, ChaoTix "Charles Sandmann" wrote in message news:3db0e7e4 DOT sandmann AT clio DOT rice DOT edu... > > will hook up a interrupt and returns to the WinTix.exe by using the keep > > function. > > This part won't work. You can't use nested TSRs with DPMI. You will have > to load your programs (and return to main) with a different method. > > > Maybe you can think of another way to make this happen in djgpp. These are > > the specs I need. > > There are several ways I can think of making this happen, but ... > > > Child programs have to be EXE > > Why? Not a horrible problem, but it does limit you a bit. > > > Child programs should be called by the kernel > > This can be done via a DXE type load, or via a v2load (used by some debuggers) > to get a child running without nesting DPMI. > > > kernel can load up more programs > > The kernel and every child program should communicatie using the same > > memmory part. > > Not a problem