LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CIN error when compiling in vc++6.0

pls see my attachment! when i compile my programm, it tells me an error ? How can i solve it!!


--------------------Configuration: VI_name - Win32 Debug--------------------
Compiling...
VI_name.c
c:\cvi-project\vi_name.c(19) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.

VI_name.obj - 1 error(s), 0 warning(s)
Download All
0 Kudos
Message 1 of 2
(2,625 Views)
gpibssx;

Reading the ReadMe.txt file generated by VC++, seems that your file is not the main source code.

Rather than allowing VC++ to create files for you, you need to create an empty project. All the information on how to create a CIN is in the document Using External Code in LabVIEW.

Let us know your progress.

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 2
(2,625 Views)