Mail Archives: djgpp/1997/11/24/17:16:54
>Subject: djgpp fmemset problem
>From: ricky AT witty DOT com
>Date: Tue, Nov 11, 1997 13:33 EST
>Message-id: <879200156 DOT 11275 AT dejanews DOT com>
>
>I am new to DJGPP (but not c)
>and have tried to compile some basic graphics functions.
>
>However, the call to _fmemset no longer works, as it did in
>MS QuickC, and also I seem to have trouble initialising pointers.
>
>If you are able to help, please mail me directly at ricky AT witty DOT com
>thanks in advance,
>
>Rik
>
>
Rik!
QUICK C???? I used that!
Check it out:
no more FAR calls buddy! ... just use memset.... and get rid of all
those FAR declarations:
char far * feetsies - becomes - char * feetsies
Have a great time with DJGPP!
Jim the loiterer
http://members.aol.com/qball1723/index.htm
(wannabe PC game/graphics developer)
- Raw text -