Date: Sat, 7 Mar 1998 08:58:20 -0800 (PST) Message-Id: <199803071658.IAA27533@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Teknes99 , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: code problem Precedence: bulk At 07:16 3/5/1998 EST, Teknes99 wrote: >can anyone rewrite this so that it will compiler with gcc? > >CODE: > >unsigned char far *video_buffer = (char far *)0xA0000000L; >and >unsigned char far *video_buffer_w = (char far *)0xA0000000L; It's more complicated than just a syntax change in the declaration. See FAQ section 18.4. Nate Eldredge eldredge AT ap DOT net