From: "Frederico Jerónimo" Newsgroups: comp.os.msdos.djgpp Subject: Re: Real Mode Callbacks: The Return Date: Sun, 3 Dec 2000 04:25:02 -0000 Lines: 32 Message-ID: <90ci1a$hp9$1@venus.telepac.pt> References: <3a293995$0$30011$6d6c75b AT news DOT execpc DOT com> <20001202190931 DOT B8387 AT taniwha DOT org> <3a29c279$0$29999$6d6c75b AT news DOT execpc DOT com> NNTP-Posting-Host: 213.22.25.77 X-Trace: venus.telepac.pt 975817578 18217 213.22.25.77 (3 Dec 2000 04:26:18 GMT) X-Complaints-To: abuse AT mail DOT telepac DOT pt NNTP-Posting-Date: 3 Dec 2000 04:26:18 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Take a look at my 'Interrupt & Handlers' tutorial at : http://mega.ist.utl.pt/~fjds/ Under the programming section. It covers locking in detail and other important issues related with interrupt handling under Djgpp. Be sure to look at both parts of the tutorial and to download the example file. If you have any questions, feel free to email me. Regards, ---------------------------------------------------------------------------- ------------------------------------------- Frederico Jerónimo DarkRealms AT netcabo DOT pt Dark Realms : http://mega.ist.utl.pt/~fjds/ Programming, graphics, medieval & fantasy info, texts & quotations, music... sauls escreveu na mensagem news:3a29c279$0$29999$6d6c75b AT news DOT execpc DOT com... > > Did you remember to lock all code and data touched by the callback? This > is a > > very important step. > > Errr... no. Would you mind explaining how I go about doing that? > > saul > >