ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Some problems in compiling C

I want to include a C program inside my VI. I have already made my C program...but I dont know how to convert it to a .lsb file that can be loaded from the VI. Anybody out there can help me? Thanks a lot.
0 Kudos
Message 1 of 3
(2,831 Views)

Look at this tutorial.
But I think that standard DLL's are a lot easier to create and to use than CIN's. Once you have your DLL, use a Call Library Function Node (on the Advanced function palette) configured to call your function.

Message 2 of 3
(2,831 Views)
You can also look at Using External Code in LabVIEW doc. It can be found by opening LabVIEW 6.1 >> help >> search the LabVIEW bookshelf. This launches a pdf of all the shipping docs. The link is near the end.
0 Kudos
Message 3 of 3
(2,831 Views)