bios.h

  • Thread starter Thread starter Jean Pierre Daviau
  • Start date Start date
In microsoft.public.win2000.cmdprompt.admin Jean Pierre Daviau
wrote:
Is ther any free compiler with dos.h in it?

There is one in Open Watcom 1.3
http://www.openwatcom.org/
bios.h is 2KB compressed. Not certain it will work with other...
Want me to send? Is address seen here any good?
 
Jean Pierre Daviau said:
I found 2 dos.h and they dont work.

The compiler Open Watcom 1.3 seems to be free (open source)?

this one works
http://www.delorie.com/djgpp/

Where did the program you are trying to compile come from? What OS are you
compiling for?

One of your source files is including bios.h for some reason - to use
definitions, structures or function declarations. Try commenting out the
#include <bios.h> and see what comes up missing.

See if your compiler has a similar file like _bios.h or sys\bios.h. You may
be able to alter the source to work with your compiler.

This can get really involved so you may be better off finding a c
programming group or a group specifically for your compiler.

J
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ntcmds.chm 3
set /a 13
findstr 9
outputing thewordsfrom a file using findstr 2
how to return from an applcation 4
what s for 12
mkdir %_folder% 1
for take off lines with << 1

Back
Top