I am trying to use cin in Labview 7.0 with the help of VC++ 6.0. I did all the steps that were outlined in the pdf manual. When tried building the dll file in Vc++,I get the error " command 'C:\Program' is not recognized as an internal or external command...". I gave the following in the commands field of Custom build under the project settings: C:\Program Files\National Instruments\LabVIEW 7.0\cintools\lvsbutil "$(TargetName) "-d "$(WkspDir)\$(OutDir)" Is there anything wrong with it? If not what else could be the problem?
For some reason, the custom command is tricky to implement. To alleviate that, I created a VI that implements the custom step. You can download it from here: