This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Need Library header files to run C files in Keil

I need the header files conio.h, dos.h and all that to make it run in Keil Compiler.. Where do I get these?

Parents
  • Let's say I need to use the outportb() fn.. It requires dos.h header file.. Now how do I use that in Keil?

    Ok, maybe I was not clear when I said

    The '51 ain't no PC

    so let me try this



    The '51 supported by Keil tools is NOT a PC

    because of this:
    the '51 supported by Keil tools does NOT operate under DOS

    the '51 supported by Keil tools does NOT support file commands (there is no I/O)

    The above has nothing to do with Keil, it has to do with the hardware (the '51)

    If you can not understand the above, find yourself another occupation.

    Erik

Reply
  • Let's say I need to use the outportb() fn.. It requires dos.h header file.. Now how do I use that in Keil?

    Ok, maybe I was not clear when I said

    The '51 ain't no PC

    so let me try this



    The '51 supported by Keil tools is NOT a PC

    because of this:
    the '51 supported by Keil tools does NOT operate under DOS

    the '51 supported by Keil tools does NOT support file commands (there is no I/O)

    The above has nothing to do with Keil, it has to do with the hardware (the '51)

    If you can not understand the above, find yourself another occupation.

    Erik

Children
No data