Date: Wed, 12 Nov 1997 14:08:52 +0200 (IST) From: Eli Zaretskii To: ricky AT witty DOT com cc: djgpp AT delorie DOT com Subject: Re: djgpp fmemset problem In-Reply-To: <879200156.11275@dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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).