I have developed an application with VisualC++ which was working with the NiCAN 1.5. library.
But Cause I am working under Windows2000, my PCMCIA NiCAN card was not always recognised. I was told to install the version 1.5.1 of NiCAN. Which I did.
Now, my card is recognized (Ni configuration and diagnostics) but it is not any more recognized by my application with the new library.
The init of my card is :
BaseOdjName = "CAN0"
Status = ncReset(BaseObjName, 0);
Status = ncConfig(BaseObjName, 6, CANNetAttrIdList, CANNetAttrValueList);
Status += ncOpenObject(BaseObjName, &GlobalTXRXObjh);
the reset and config seems ok (return: 0), but the OpenObject return me : 0xbff6202d ?
Is somebody can help me ?
Thanks a l
ot.
Benoit.