LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview and .net

Hi,
 
I´ve been creating DLLs from LabVIEW programs that a have and I woud like to use these DLLs in other LabVIEW programs too but...I wanna use the .net Labview functions.....Is it possible to export a LabVIEW dll as a .NET dll to be further used in other .NET programs or also in LabVIEW programs?
 
Kind regards
J. S. Pires
 
0 Kudos
Message 1 of 2
(2,709 Views)
LabVIEW can only act as a .NET client and run existing .NET assemblies. It has no ability to compile .NET-compliant code. You can, however, compile regular DLLs with LabVIEW and import them as unmanaged code into a .NET language just like you would with any other unmanaged DLL.
Jarrod S.
National Instruments
0 Kudos
Message 2 of 2
(2,705 Views)