LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CIN compiling error as following!!

I have add the command in projiect seting like"C:\Program Files\National Instruments\LabVIEW 6.1\cintools\ $(TargetName)-d $(WkspDir)\$(OutDir)" and "
$(OutDir)$(TargetName).lsb",but still get the error! What should i do??




--------------------Configuration: VI_name - Win32 Debug--------------------
Performing Custom Build Step on .\Debug\VI_name.dll
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Error executing c:\winnt\system32\cmd.exe.

VI_name.dll - 1 error(s), 0 warning(s)
0 Kudos
Message 1 of 3
(2,961 Views)
Dear gpibssx,

Please do not post your questions to multiple forums in Developer Exchange. To see an answer to this questions, go here.
0 Kudos
Message 2 of 3
(2,961 Views)
Hi,

My first guess based on the error is that you need to make sure that you have quotes around any path that contains spaces, otherwise the first space is take as the end of the string.

Hope that helps,

Juan Carlos
N.I.
0 Kudos
Message 3 of 3
(2,961 Views)