LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

j'ai un pb avec CIN

je compile mon code.c créer par labview sous VS resultat :
"fatal error C1083: Cannot open include file: 'extcode.h': No such file or directory"
0 Kudos
Message 1 of 2
(2,504 Views)
jawkar wrote:
> je compile mon code.c créer par labview sous VS resultat :
> "fatal error C1083: Cannot open include file: 'extcode.h': No such
> file or directory"

You need to tell VC where your LabVIEW\cintools directory is to look for
include files (or include the extcode.h and all other .h files in that
directory explicitedly to your project)

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,504 Views)