LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

C and labview

Hello folks,

 

I have a hardware which is interfaced with the Code written in C language. I dont have time to make a GUI for the user interface. Can any one guide me step by step process for using the power of labview front panel with my C program. So that i can make the GUI......

 

Many thanks and i look forward to your reply or comments. 

0 Kudos
Message 1 of 3
(2,972 Views)
Compile your C code into a set of DLLs and then call them from within LabVIEW.
Message 2 of 3
(2,966 Views)
There is an extensive example called "Call DLL" that ships with LabVIEW that you can look at. Also, you can look at this KB article: Building a DLL with Visual C++.
Message 3 of 3
(2,922 Views)