08-30-2008 04:20 AM
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) .
08-30-2008 12:12 PM
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