我有一些新的c文件和头文件要添加至工程中,我加在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.
你好,添加.c .h文件需要在工程属性include option中添加路径,添加.lib文件需要在search path中添加路径。
另外,具体报错内容是什么?