• 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 a .lib
    hi! there are 2 troubles: 1. when i type "LIBA ADD MOD1.OBJ, UTIL.LIB(FPMUL, FPDIV) TO NEW.LIB" ,keil3 tells me "error! not in debugging mode"-------pls tell me why 2. my ide is keil3 except that...
  • 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...
  • Creating Library
    Hi all, How to create a library in keil IDE??? Does anyone know?? Please tell me.
  • Creating a library
    Hi I am still raw with programming and I would like to know how to create a library which would allow me to access functions I define myself. I have multiple source files (*.c) which define functions...