Measurement Studio for VC++

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 2
(2,974 Views)
You need quotes around paths that contain spaces. This is true whenever you specify paths to cmd (regardless of whether cmd is run from Visual Studio or from a command prompt).

David Rohacek
National Instruments
0 Kudos
Message 2 of 2
(2,974 Views)