我做了一个控制led的小程序,但是是通过将platform_lib中的.c .h 文件都分别单独拉出来添加到工程中的。我注意到原platform_lib中已经有了.lib文件,那么如何直接导入这个库文件并通过包含头文件的方式调用函数呢?还有很多库都要用,不想再把库都重新编译了
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.
我做了一个控制led的小程序,但是是通过将platform_lib中的.c .h 文件都分别单独拉出来添加到工程中的。我注意到原platform_lib中已经有了.lib文件,那么如何直接导入这个库文件并通过包含头文件的方式调用函数呢?还有很多库都要用,不想再把库都重新编译了