LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

generation of a lsb file to use a CIN in LabVIEW 7.0

Hello,
I am working with LabVIEW 7.0 under Windows XP to create a VI that uses a CIN in the block diagramm. Following the steps in the manual "Using External Code in LabVIEW" (2003, pages 3-15 and 3-16), I created a project in Visual C++.net, but there are problems during the build process. The error message is: "error PRJ0019: A tool returned an error code from "Performing Custom Build Step". Although myproject.dll is generated, no lsb file does.
I created the enviromental variable CINTOOLSDIR and also replaced in the project settings $(WkspDir) by a path.
 
What is wrong? Is there a different possibility to generate the lsb file?
 
Thank you for your help.
0 Kudos
Message 1 of 2
(2,391 Views)

The solution is described in http://forums.ni.com/ni/board/message?board.id=170&message.id=120422

The enviromental variable CINTOOLSDIR shouldn't be used. Instead, copy the cintools directory to c:\ and replace CINTOOLSDIR in the project settings by c:\cintools

Thanks

0 Kudos
Message 2 of 2
(2,385 Views)