delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/05/02/16:40:10

Message-ID: <354B557A.32F1AAB9@zfs.lg.ua>
Date: Sat, 02 May 1998 20:18:50 +0300
From: "Kirpa S.I." <kirpa AT zfs DOT lg DOT ua>
Reply-To: kirpa AT zfs DOT lg DOT ua
MIME-Version: 1.0
To: Bruno Barberi Gnecco <brunobg AT geocities DOT com>
CC: djgpp AT delorie DOT com
Subject: Re: 'FAR' under DJGPP
References: <354a2ab1 DOT 4002764 AT news DOT unisys DOT com DOT br>


Bruno Barberi Gnecco wrote:

> I'd like to output a file generated by TheDraw. It's documentation says to use:
>
> #include <stdio.h>
> #include <memory.h>
> #include "file.h" // this is the file containing data
> int main () {
>            void far *screen;
>            int offset = -162;  t
>            int x;
>            for (x=0; x<IMAGEDATA_DEPTH; x++) {
>              (long) screen = 0xB8000000+x*160+offset;
>              memcpy (screen,&IMAGEDATA[x*IMAGEDATA_WIDTH*2],IMAGEDATA_WIDTH*2);
>            }
> }
>
> But DJGPP doesn't accept the FAR keyword. How do I do?
>

You may define in file "file.h" first line like that:

#define far

--
        ๋ษาะม ๓.้.   kirpa AT zfs DOT lg DOT ua



- Raw text -


  webmaster     delorie software   privacy  
  Copyright ฉ 2019   by DJ Delorie     Updated Jul 2019