09-18-2018 04:13 AM
Hello Everyone,
when I call include third part head file,the below error is occurred when I try to build the project.
I used the CVI 2012.
09-19-2018 01:58 AM
Hi, according to the error in your picture, in refux.h you forgot the #endif. and you did not define tCanOper and hCanOper. you can add it in your code.Thx~
09-26-2018 10:17 AM
Thanks,but not the problem you mentioned.