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
  • "Guess I'm in the wrong track then"

    Oh, how true!

    "Let's say I need to use the outportb() fn.."

    You can say that the Earth is flat, if you like, but it won't help your navigation!

    "It requires dos.h header file.."

    Yes it does, but let's just recall what we learned earlier:

    "2. conio.h, dos.h are for MSDOS-based PC systems."

    "how do I use that in Keil?"

    You don't.
    You can't.
    Keil do not make tools that generate code to run on PCs!!

Reply
  • "Guess I'm in the wrong track then"

    Oh, how true!

    "Let's say I need to use the outportb() fn.."

    You can say that the Earth is flat, if you like, but it won't help your navigation!

    "It requires dos.h header file.."

    Yes it does, but let's just recall what we learned earlier:

    "2. conio.h, dos.h are for MSDOS-based PC systems."

    "how do I use that in Keil?"

    You don't.
    You can't.
    Keil do not make tools that generate code to run on PCs!!

Children