• How make library file that need some defines in othel header file?
    Hello every body, i know how to build a library file. but now i need a library file that need a .h file for some defines. i have some constant that define pin map of board,i want make a .lib...
  • Library Files ( NEED HELP!!)
    Hello, I'm trying to create my own library file and include it into my project 1)I've written two function in separate files abc.A51 and xyz.A51 2)These files contain only 1 functions each abc(...
  • header file?????????/
    Hi I want to use the command sleep while programming 8051............ Doesany body know that in which header file it is definrd and if so plz send me that header file Regards uzma
  • Header Files
    Hi, Where can I find the header files in C51. for instance: #include <Reg932.h> I need the ones for memory and I/O for instance: #include <memory.h> #include <io.h> those header files cannot be...
  • Header File
    Hi everyone, I want to know if there a method where I can lock the access to the header file. I have a header file which I dont want other user to alter or see it. The user can only call the function...