I' like to use some code written in Visual Basic into LabVIEW. I think the best way to do this is making a dll_activeX. I've seen an example on NI site: http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B123AE0CB992111EE034080020E74861&p_node=DZ52048&p_submitted=N&p_rank=&p_answer=&p_source=External.
When I use the dll present in the "zipped" file it works (I've registered the dll as described in the article).
If I compile in a DllActiveX the Visual Basic project (Visual Basic 6.0), present in the zipped file, and I try to use, after the unregistrtion of the old one and the registration of new one, it doesen't work.
I received the following error:
error 3005Occurred at automation open: Object specified is
not creatable in a ActiveX Dll with LabVIEW.vi
...
Some ideas?
Thank you.