LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CAll VB 6 DLL wilth labview 8.2

I have VB 6.0  DLL  I want to call it in my Labview 8.2 program . 

as per the link http://digital.ni.com/public.nsf/allkb/F2CD7758CD3C847F86256C01006C0E48 i am using Automation Refnum but iam unsuccessful .

i am getting following error Automation Open: Object specified is not creatable in vi (Error code :3005) .

0 Kudos
Message 1 of 2
(2,522 Views)

You have registered your DLL with regsvr32 before? If not, open command prompt (Start --> Execute --> cmd), navigate to your DLL and enter "regsvr32 DLLNAME". There should be a message like "DLL register successful"...

 

Hope this helps

 

Christian


THINK G!! 😉
------------------------------------------------------------------------------------------------
Using LabView 2010 and 2011 on Mac and Win
Programming in Microsoft Visual C++ (Win), XCode (Mac)
0 Kudos
Message 2 of 2
(2,510 Views)