|
Re: CAN user code fails to load
It looks like the actual CANJaguar class isn't in your project. You added the cpp files to your project as well as the h files, right?
EDIT: Your problem is you put the CANJaguar code as a separate project. The actual code isn't being built with your user code. If you put a folder reference in your project the the CANJaguar folder it should work, or you could just copy the files directly into your project (that's what we do)
__________________

"To have no errors would be life without meaning. No strugle, no joy"
"A network is only as strong as it's weakest linksys"
Last edited by Radical Pi : 17-02-2010 at 23:18.
|