LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

why do I get a linker error-command not recognized- while building the lsb file using VC++ at the custom build stage?

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?
0 Kudos
Message 1 of 3
(2,640 Views)
gyrc;

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:

http://www.jyestudio.com/lview.shtml

It is the CIN Custom Step vi.

Let me know if it helps.

Regards;
Enrique
www.vartortech.com
Message 2 of 3
(2,640 Views)
Enrique,
It worked perfectly! Thankyou very much.
-gyrc
0 Kudos
Message 3 of 3
(2,640 Views)