Date: Thu, 29 May 1997 10:40:02 +0300 (IDT) From: Eli Zaretskii To: VANGEL AT VMREDIPN DOT IPN DOT MX cc: DJGPP AT delorie DOT com Subject: Re: Help about DJGPP V.2 In-Reply-To: <199705282012.QAA06256@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 28 May 1997 VANGEL AT VMREDIPN DOT IPN DOT MX wrote: > And Eli Zaretskii told me: > > >> No, it means that you need to change the source of GAME.EXE so that it > >> doesn't use techniques which blow up when compiled with DJGPP v2. > > > Well, this is the source code of GAME.EXE ..: This cannot be all of the source, since the DJGPP-specific functions (HW_set_XXX) are never called. You need to find where they are called, and I'd guess you would see that they get 0xd0000 as the destination argument. If that's the case, you need to use near pointers in DJGPP v2 (described in section 18.6 of the DJGPP FAQ list) to make this work.