• 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 assembling the code
    Sir, I was using the Keil uVision3 to simulate an 8051 assembly program using P89V51RD2 device. The program assembly code is written below: ORG 00H MOV A, #51H MOV R1, A END Sir, I followed...