문제

im trying to compile c++ parellel program using BSPlib , on a platfrom that has bsp compile ( bsp++). Nevertheless , it doesnt seem to recognize any of the bsp functions.

what should i do in order to include / import/ tell the compiler that im using bsp?

include bsplib? bsplib.h ?

thanks

도움이 되었습니까?

해결책

#include "bsplib.h"

then add bsplib to the link library list.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top