LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How could a cin lose object code?

I am currently using the System Exec.vi. For some reason the object code is now gone. Was there ever a problem with cin losing their object code.
0 Kudos
Message 1 of 3
(2,634 Views)
Robert,
In order for LabVIEW to be capable of calling compiled functions of C from a running VI, the code must be loaded and unloaded into memory at the same time as the VI code itself. LabVIEW uses object code in the form of a .lsb file which is generated by the C compiler from the C source code using the ntlvsbm.mak file. This ntlvsbm.mak file is included in the CINtools directory in the LabVIEW folder. Do you have this file in this folder?
I've attached this file from my LabVIEW 7 folder.
0 Kudos
Message 2 of 3
(2,634 Views)
Thanks for the reply. I am running labview 5.1 on a Sun Workstation. I do not see ntlvsbm.mak in my cintools directory. I've attached a copy of what is in my cintools.
0 Kudos
Message 3 of 3
(2,634 Views)