• Creating .LIB and .H file
    Hai, Iam new to KEIL i created .LIB file with some funtions. and i Created .Header file with all extern declaration for the funtions which are in .Lib file i included the .h file in main.c ...
  • Creating .LIB and .H file
    Hai, Iam new to KEIL i created .LIB file with some funtions. and i Created .Header file with all extern declaration for the funtions which are in .Lib file i included the .h file in main.c ...
  • How to create one .lib files using number of .obj files?
    I have 10 .obj files and i want to create one .lib file. Please help me how to create that. Also tell me how to use c51 compiler with options using command line arguments for evaluation version. ...
  • How to create one .lib files using number of .obj files?
    I have 10 .obj files and i want to create one .lib file. Please help me how to create that. Also tell me how to use c51 compiler with options using command line arguments for evaluation version. ...
  • How to Create and use OBJ/LIB files
    HI Forum Mmebers, I am using Keil for developing a product based on P89C51RD2. I have written many low level routines to interact with the hardware peripheral devices and they are working fine. ...