Hi all, Now, I am writting a multi-application program. There are two projects (A, B). I have read some articles about "Application Note 180:Multi-Application Programming for 8051 Devices with PK51 and LX51 Linker/Locater". And now, I can keep only one program code of ?C?LIB_CODE in A project and project B just using like :
PUBLIC ?C?CLDPTR PUBLIC ?C?CSTPTR
?C?CLDPTR CODE LibBase+0 ?C?CSTPTR CODE LibBase+3
but now, how about " C:\KEIL\C51\LIB\C51S.LIB (STRNCMP)" this function? what shoud I do to keep only one program code in project A and remove from project B? Thanks...