LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to register a dll written in LV?

Hi LV'ers,
 
I have written a simple dll in labview and I am trying to register it using regsvr32.  I get the following error message:
 
"Test was loaded, but the  DllRegisterServer entrypoint was not found.
Test does not apppear to be a .DLL or .OCX file"
 
(Test is the name of the dll I created).
 
Is it possible to create labview dll's that can be registered in this way?
 
I have attached my example code (LV7) ....
 
Thanks,
 
mr_e_cat
0 Kudos
Message 1 of 2
(2,405 Views)
Why are your trying to run regsvr32? You normally use this to register OLE or ActiveX controls and a LabVIEW dll is neither.
0 Kudos
Message 2 of 2
(2,396 Views)