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.

CCSv5如何把自己写的子函数封库,然后可以在其它程序里直接调用



我知道在新建project时候可以选择生成.lib文件。然后在其它程序里可以添加这个.lib文件,然后我就不知道在头文件里该怎么添加了,#include“xxx.h”,那个xxx.h是什么,该怎么生成呢?