From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Nican.h

Hello
I am developing an application using Visual c++ 6.0 but when i include "nican.h" the compiler gives me an error: cannot open include file nican.h .Why?
0 Kudos
Message 1 of 4
(5,548 Views)
Hi,

There are really only 2 possibilities for this problem. Either nican.h does not have the read attribute set (and you are using NTFS), or the file is not in your path. It is more likely that it is not in your path. You should be able to put the nican.h file in the directory that has all of the code, and do a "#include "nican.h".

Hope this helps out.

Best Regards,
Aaron K.
Application Engineer
National Instruments
0 Kudos
Message 2 of 4
(5,548 Views)
Aaron K,
Where can i download NICAN.h?
 
0 Kudos
Message 3 of 4
(5,332 Views)

webb_xie,

The nican.h file comes with the NI-CAN driver and the driver is downloadable using the following link:

NI-CAN2.3.2

The nican.h file installs typically to the ...\National Instruments\NI-CAN\MS Visual C Folder.
 
DirkW
Message 4 of 4
(5,320 Views)