From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

I try to make a dll in VB 6.0 and use it in LabView. I have some difficulties exporting the functions.

I use LabView 6.i and Visual Basic 6.0. So, I wrote a dll in VB and we want use it in LabView but I can't export the function. So, in LabView I can't choose the function name.
0 Kudos
Message 1 of 2
(3,152 Views)
VB DLLs often embed ActiveX type libraries in them, and don't export any symbols. These DLLs are intended to be called via activeX, not at normal DLLs. Try to call your DLL by registering it with the system and then using ActiveX calls.

Marc
0 Kudos
Message 2 of 2
(3,152 Views)