• visibility of functions names in Library
    Hi, I made a library. when i build executable using library, the map file created shows all functions/variables of library. Can i strip the library, so that only functions used by executable are...
  • Parsing Library Module Names
    I'm trying to debug the following line of code and I'd like to know what the prototype of ?C?CLDOPTR looks like and get a brief description of this library function. Does anyone know what CLDOPTR stands...
  • Two different functions but with the same name in separate libraries
    I have two libraries, named a.lib and b.lib. Both libraries have a function char test(void), but return different characters. a.c (a.lib) char test(void); char test(void) { return 'a'; } b.c (b...
  • How to link if library changes?
    Hello, I'm using C166 V4.23 and µVision V2.31. My project includes a library that is built using another project. Usually, if I change a source-file and "Build Target", the modified files are compiled...
  • Test to Verify the Keil Migration Form name Changed
    Test to Verify the Keil Migration Form