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..

    No, let's not say that --- because it would be 100% wrong. You don't need that function, full stop. Erik says this a little more often than it strictly applies, but in your case he's 100% correct: you have to stop thinking of the 8051 as a PC. It's not. Not anywhere near it, actually.

    You lost your direction in a major way. So, please: stop whatever you're doing. Immediately. Go back at least half the way to the origins of the project you're in, and triple-check every single decision you made. Make sure you actually understand the reasons for making each and every choice along the way.

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

    No, let's not say that --- because it would be 100% wrong. You don't need that function, full stop. Erik says this a little more often than it strictly applies, but in your case he's 100% correct: you have to stop thinking of the 8051 as a PC. It's not. Not anywhere near it, actually.

    You lost your direction in a major way. So, please: stop whatever you're doing. Immediately. Go back at least half the way to the origins of the project you're in, and triple-check every single decision you made. Make sure you actually understand the reasons for making each and every choice along the way.

Children