Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在具有 bsp 编译(bsp++)的平台上使用 BSPlib 编译 c++ 并行程序。尽管如此,它似乎无法识别任何 bsp 函数。
我应该怎么做才能包含/导入/告诉编译器我正在使用bsp?
包括 bsplib?bsplib.h ?
谢谢
#include "bsplib.h"
然后将 bsplib 添加到链接库列表中。