1.[Error li1021] The following symbols referenced in processor 'p0' could not be resolved:
'RespAlgoInit [_RespAlgoInit]' referenced from '.\Debug\RESPAlgorithm.doj'
'RespAlgoRun [_RespAlgoRun]' referenced from '.\Debug\RESPAlgorithm.doj'
Linker finished with 1 error
cc3089: fatal error: Link failed
解决:在头文件中声明
#ifdef __cplusplus
extern "C" {
#endif
...
#ifdef __cplusplus
}
#endif
//=======================================================
阅读(2712) | 评论(0) | 转发(0) |