Date: Wed, 17 Jun 1998 09:38:45 +0300 (IDT) From: Eli Zaretskii To: "Ludek H." cc: djgpp AT delorie DOT com Subject: Re: I need a ported source for mouse event handler to djgpp. Thx In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 16 Jun 1998, Ludek H. wrote: > One of the porting problems was that the header of borland c function can > include the work "saveregs" and i can't find anything in djgpp that > corresponds to it. (I suppose it could be solved by some assembler pushes, > but i'm not quite sure it does the same job as header "saveregs" keyword. You should begin by reading section 18.8 of the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP). These things are done differently in DJGPP, since it is a protected-mode environment. Don't look for functions with the same names, because some of them are either unncessary or don't make sense in the case of DJGPP.