LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling vb6 activeX.dll in LabVIEW

i m using LabVIEW 2009 and VB6.One example is available which is with LabVIEW 5 and LabVIEW 09 is not converting it.My problem is , i ve made one programe in VB6 which is  communicatig with Pic micro on USB , and i want it to connect with the LabVIEW.For tets purpose i made a simple add function in VB6 n convert it to ActiveX.dll.when i called this function in Labview it says function not found in the Library, but it is taking the variables.Does any one know how to call VB6 dll in Labview09.
0 Kudos
Message 1 of 2
(2,681 Views)

I assume you're referring to this example. Attached is the VI resaved for LV9 (2009).

 

How were you trying to access it? In order to call an ActiveX DLL from LabVIEW you need to first register the DLL and then in LabVIEW you use the ActiveX functions to access the DLL.

0 Kudos
Message 2 of 2
(2,668 Views)