Mail Archives: djgpp/1997/11/12/07:09:55
On Tue, 11 Nov 1997 ricky AT witty DOT com wrote:
> However, the call to _fmemset no longer works, as it did in
> MS QuickC, and also I seem to have trouble initialising pointers.
Use `memset' instead of `_fmemset'.
Please note that if you are dealing with code that messes with the
low-level access to VGA, you will need to convert it before it will
work with DJGPP. See the DJGPP FAQ list (v2/faq210b.zip from the same
place you get DJGPP) for more details.
Also note that Microsoft-style graphics functions are not supported in
the DJGPP library, you will have to write them using the available
functions in libc.a and either libgrx20.a or Allegro (which see).
- Raw text -