i have written several functions, now i want to use this function in every application programme. so i created library of the functions using µvision4 IDE library creating facility. now i have a problem that how can i use that library functions in my another application programe.
The instructions for creating a Library file also tell you how to use it in your projects: www.keil.com/.../uv4_ca_createlibraryfile.htm
Note that you can add libraries as "source" files: http://www.keil.com/support/man/docs/uv4/uv4_ca_sourcefiles.htm
uVision recognises files types by their extension and, thus, knows what to do with them... http://www.keil.com/support/man/docs/uv4/uv4_b_filetypes.htm