extern c

 

 

#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
};
#endif
 
注意:如果导出函数不是完整的函数名  就可能是这个问题 函数无法调用
 

T 代表已实现

U 代表未实现,可能在其它库中实现.这时此库的链接顺序应放在实现此函数的库的前面。

posted on 2019-12-12 00:22  lydstory  阅读(142)  评论(0)    收藏  举报

导航