• How to change function name in a library
    I have two separate library files with a function of same Name and Passing parameter. How can I use these two library files in a single project? Or how to change the function name in one library? ...
  • 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...
  • main menu in µVision 2 not visible
    Hello, in my µVision2 is the main menu not visible. please help
  • ..\display.h(72): warning: #231-D: declaration is not visible outside of function
    ..\display.h(72): warning: #231-D: declaration is not visible outside of function I got message when I included a header file containing this line: void DISPLAY_string_date_time(const struct...