-
Why is my compiler doing this????
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.
-
Re: Why is my compiler doing this????
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|