Sir, I am getting some problems in using a library file I made. I have made one library file with "Project -> options" having .lib extension. But now I am not getting how to use that library from another program. Kindly help me With nregards, Debasish
uVision or commandline?
Erik
Just add the .lib file to the project - uVision then knows from the .lib extension that it's a Library, and will treat it accordingly during the build...
"I have made one library file with "Project -> options" having .lib extension."
As well as setting the extension, you did remember to check the 'Create Library' option, didn't you...?