新建库文件工程,添加自己编写的.c文件(单独测试没有问题) 编译后生成.a 再新建一个工程 添加库文件路径 以及 头文件调用新生成的库文件中的一个函数,显示无法找到库文件
麻烦问下我该如何实现库文件的调用?
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文件(单独测试没有问题) 编译后生成.a 再新建一个工程 添加库文件路径 以及 头文件调用新生成的库文件中的一个函数,显示无法找到库文件
麻烦问下我该如何实现库文件的调用?