A
anon856525
Hello
I am seeking the best way (speed and portability) to program
mode 13h (320 x 200 256 colors), and mode X.
I am using Borland's Turbo C ver 3.0 for MS DOS.
With Borland product, I can not find a BGI driver for this mode.
I know there are built in support for the other VGA modes
(640 x 200 x 16 colors), (640 x 350 x 16 colors).. but I am not
interested int those.
What are your suggestions. Do I have to write my own C and ASM
routines
to do Mode 13h and Mode X? I could not find an updated BGI driver
from Borland.
Secondly, I am thinking about porting all of the MS DOS code to
Windows 95.
I would appreciate some code design tips to reduce the amount of
work rewriting video code from DOS to Windows.
I know MS C compiler has Mode 13h support built in, but I do not
have MS C compiler. By the way, is there Mode X support in MS C
compiler
ver 7.0.
I am also having problems - I need to have around 30 files open
simultaneously in one program, but I only succeed in opening 20 and
then fopen fails. Does anyone have any idea what the problem should
be?
Thanks.
I am seeking the best way (speed and portability) to program
mode 13h (320 x 200 256 colors), and mode X.
I am using Borland's Turbo C ver 3.0 for MS DOS.
With Borland product, I can not find a BGI driver for this mode.
I know there are built in support for the other VGA modes
(640 x 200 x 16 colors), (640 x 350 x 16 colors).. but I am not
interested int those.
What are your suggestions. Do I have to write my own C and ASM
routines
to do Mode 13h and Mode X? I could not find an updated BGI driver
from Borland.
Secondly, I am thinking about porting all of the MS DOS code to
Windows 95.
I would appreciate some code design tips to reduce the amount of
work rewriting video code from DOS to Windows.
I know MS C compiler has Mode 13h support built in, but I do not
have MS C compiler. By the way, is there Mode X support in MS C
compiler
ver 7.0.
I am also having problems - I need to have around 30 files open
simultaneously in one program, but I only succeed in opening 20 and
then fopen fails. Does anyone have any idea what the problem should
be?
Thanks.