Date: Wed, 9 Jul 1997 10:34:00 +0300 (IDT) From: Eli Zaretskii To: Glenn cc: djgpp AT delorie DOT com Subject: Re: DJGPP and 13h graphics help In-Reply-To: <33C1BD65.7D3D@worldaxes.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 8 Jul 1997, Glenn wrote: > unsigned char far *rom_char_set = (char far*)0xF000FA6EL; > > How would I convert that statement into one that DJGPP can understand > and compile correctly? This is done differently in DJGPP. Depending on what you intend to do with that character table, you will need to use one of the methods described in section 18.4 of the DJGPP FAQ list (available as v2/faq210b.zip from the same place you get DJGPP). Sorry, the issue is too complex to explain here, so please read the FAQ; if there's something unclear after that, ask specific questions later.