ok whenever i try to compile some code that tries to get the computer into
0x13 VGA mode i get compiler errors. could this be my compiler--Im using
DEV C++ 4.0 and yes i do have all the appropriete header files.
Printable View
ok whenever i try to compile some code that tries to get the computer into
0x13 VGA mode i get compiler errors. could this be my compiler--Im using
DEV C++ 4.0 and yes i do have all the appropriete header files.
please post the code and the error message you're getting. Besides, why
are you using such low-level and totally non-portable features? You can
use the <graphics.h> or <conio.h> functions to change the background
color.
Danny
NANOSAURUS wrote:
>
> ok whenever i try to compile some code that tries to get the computer into
> 0x13 VGA mode i get compiler errors. could this be my compiler--Im using
> DEV C++ 4.0 and yes i do have all the appropriete header files.