请问如何将.c文件生成用户自己的library呢,并且之后能够调用其中的函数?
我想对自己的代码进行加密,但是也要保证其他人可以调用,我能想到的就是自己生成library,如果其它的办法能实现我的目标也可以,谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问如何将.c文件生成用户自己的library呢,并且之后能够调用其中的函数?
我想对自己的代码进行加密,但是也要保证其他人可以调用,我能想到的就是自己生成library,如果其它的办法能实现我的目标也可以,谢谢!