Hi
I am still raw with programming and I would like to know how to create a library which would allow me to access functions I define myself. I have multiple source files (*.c) which define functions but I don't yet know how to enable any program I write to access these functions. I heard that I have to create a library (which I don't know how).
Thank you in advance.
So start here: http://www.keil.com/support/man/docs/uv3/uv3_examples.htm
Work through those examples - in the process, you will see how to specify the type of output from your project...
See also: http://www.keil.com/support/man/docs/gs/
Hi, there is a search function for the forum: www.keil.com/search.asp
If you use it, you may also find: http://www.keil.com/forum/docs/thread15589.asp
In fact, the search function covers the whole site - including all the manuals and application notes, etc...
Thanks guys, the reading was helpful.