• 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...
  • Newbie .LIB file and error L218
    Hello Forum! I have a problem when I wan't to include a .LIB file into my project. In the project workspace I have created a group for my .LIB files. In this group I have added my .LIB file....
  • 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
  • Error while using 'sprintf'
    Hi, I have added the library, stdio.h and written a piece of code as : int TempVal; char w[10]; TempMeas = 25.56; TempVal = sprintf(w,"%f",TempMeas); I am geeting following error while...
  • error while executing the program
    Hi all; while executing the program (rather correct myself) debugging the program) my code enters disassembly window and the error it captures is "error 65:access violation at C:0x887B : no 'execute...