"Jean Pierre Daviau" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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