• include lib problem
    hello m writing a .c code for 8052 philips microcontroller....while buliding it, it says dat it can't open d following files... #include <Philips\8xC31-51-80C51Fx-80C51Rx+.h> #include <standard...
  • Lib files
    Please can anyone offer any assistance? I would like to create a library for my asm routines to use in a main c project
  • Included module order change by export/import LIB
    I habe built a project with µVision2 and generated a library (LIB file). I have imported this LIB into another µVision2 project. However, the link order of the imported modules within the LIB is now...
  • Included module order change by export/import LIB
    I habe built a project with µVision2 and generated a library (LIB file). I have imported this LIB into another µVision2 project. However, the link order of the imported modules within the LIB is now...
  • 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 ...