LabWindows/CVI

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,916 Views)
Hello

try disabling pre-compiled headers for your project. You can do this by going to Project >> Settings >> C/C++ and then selecting pre-compiled headers from the category. Choose the option "Not using precompied headers"

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,916 Views)