Mail Archives: djgpp/1995/11/15/03:50:46
I recently downloaded a public-domain text windowing package
in the form of c-winsrc.txt from garbo.uwasa.fi
I unzipped the files inside and try compiling them, but
somehow I couldn't get DJGPP to recognize the "far"
declarations - what's the problem?
the code is ...
.... ScrRestoreRect (...)
{
....;
unsigned char far *fpBuf;
...;
}
I've been searching for documentation on the syntax of C
as allowed by DJGPP and the documentation for the C
functions. Where can they be found?
I can't seem to find them anywhere (and I've downloaded
gcc263dc.zip)
thanks for all help
- Raw text -