Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a .lsb file?

Would anyone tell me why I am getting this error when I try to create .lsb file ?

--------------------Configuration: CINproject - Win32 Debug--------------------
Performing Custom Build Step on .\Debug\CINproject.dll
The system cannot find the file specified.
Error executing c:\windows\system32\cmd.exe.

CINproject.dll - 1 error(s), 0 warning(s)
0 Kudos
Message 1 of 3
(3,268 Views)
Hello

Looks like one of the custom actions ( perhaps a post build step) is failing because its not finding a particular file or command. Make sure to follow the instructions in the "Using External Code in LabVIEW" manual. Check out 74 of 312 for step by step instructions.

Make sure you have specified the correct paths to all the components.

Bilal Durrani
NI
Bilal Durrani
NI
Message 2 of 3
(3,268 Views)
I followed the manual, it is not clear enough to carry out things successfully. However, I used the info in the NI site with title "How to build a CIN code resource (.lsb file)", and it was helpful. It explains clearly how to setup things unlike the manual. If anyone interested in taking a look at this page, it's under "NI Developer Zone", type the title I have given and it should display the page for you.
0 Kudos
Message 3 of 3
(3,268 Views)