Hello people,
I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer . I need to know the process , What is the next step after creating Library file and how to link the library file.
Regards Sam
Just add library to your project, add declarations of functions that you have in library and use them as they are in .c file.