This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No subject

I have created a library for some functions for.ex add(a,b)and div(a,b) and so on
I am calling this my.lib library in main.c in another project.But before direct access to this library from main.c file ,I want to provide some encryption so that this library can be read after the permission of developer.
please help how do i do?