Mail Archives: djgpp/1998/01/03/14:43:44
At 01:08 1/2/1998 -0200, Sérgio Vale e Pace wrote:
>Could somebody out there tell-me why the code below don't work?
>
>I'm trying to get vesa information with custom functions, but my system
>crash every time
>I try to run this code, and I can't figure why.
>
>-----------------------------cut
>here----------------------------------------------
>#include <stdio.h>
>
>typedef unsigned char byte;
>typedef unsigned int word;
Some other problems were mentioned too, but this needs to be `unsigned
short'. `int' is 32 bits on DJGPP.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -