|
Re: CAN user code fails to load
These are well known errors. You need to include the following line into your CANJaguar.cpp code just above the #include "ChipObject/NiRioStatus.h"
#include "ChipObject/NiRio.h"
This will make the compile errors go away.
HTH,
Mike
|