• Creating a library (*.LIB)
    How do I compile my project into a Library (*.LIB)? Where can I get more information regarding this topic?
  • 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 ...
  • create .lib files with code banking
    I am using code banking in my project. When I am creating a library file (Option for Target -> Click radio button Create Library), it is creating only one library file not 3 library files for common...
  • 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. ...
  • Problem while using lib which is created by myself
    Well, things like this. I have created a lib C in project A using KeilC. and now the lib C is used in another project B. problem is that some global variables defined in lib C have the same address...