LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I create a class library in VB.NET and call from LabView 6.1?

I understand that .NET does away with DLLs. Does this mean that I cannot callthe .NET analog for what used to be a DLL or ActiveX component in VB6?
0 Kudos
Message 1 of 2
(2,809 Views)
It is true that the .NET platform is doing away with DLLs and actually, it's doing away with tradition ActiveX also. It will be based on objects called Assemblies.

If you have an actual ActiveX component, you can call this from both LabVIEW 6.1 and VB6. However, if the object that you have built was built in the .NET environment, then it is an Assembly object. And, since this technology was released after both VB6 and LabVIEW 6.1, neither platforms support .NET controls yet. VB6 will most likely never support Assemblies, although I assume LabVIEW will as future versions are released.
J.R. Allen
0 Kudos
Message 2 of 2
(2,809 Views)