LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A dll reerenced to another dll

Hi everybody
I need your help please!
I want to call from labview 7.0 a dll vb.net which is referenced to a another dll activeX
When I try to call a dl vb.net referencé to another dll vb.net it works well.
Thanks
0 Kudos
Message 1 of 5
(2,351 Views)

So it works well! What was the question?

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 5
(2,330 Views)

Hey Guibs,

 

if your vb.net dll successfully called another dll, then it shows that your calling dll works well. I guess the convention used to call the ActiveX dll is quite different so you will have to see how to get it working (for example by calling the ActiveX dll from a "true" program and not a dll).

 

Regards,

Rik.

Eric M. - Senior Software Engineer
Certified LabVIEW Architect - Certified LabVIEW Embedded Systems Developer - Certified LabWindows™/CVI Developer
Neosoft Technologies inc.

0 Kudos
Message 3 of 5
(2,323 Views)
Hi Éric and Rolfk , thank for your reply.

I dont use convention but node cobstructor to call my dll.net.
I have a motor that is controlled by a vb6 program. In this program I referenced to a dll named Axinterop.Actimultilib.
My aim is to recuperate this program into a new dll and call this new dll with labview .
This new dll when it is called by vb. Net it works well but not with labview 7.0

I think Axinterop.Actmultilub is a activeX and is not supported by labview .
I am trying to replace this Axinterop.Actmultilub by interop.Actmultilub
0 Kudos
Message 4 of 5
(2,317 Views)
Hi Éric and Rolfk , thank for your reply.

I dont use convention but node cobstructor to call my dll.net.
I have a motor that is controlled by a vb6 program. In this program I referenced to a dll named Axinterop.Actimultilib.
My aim is to recuperate this program into a new dll and call this new dll with labview .
This new dll when it is called by vb. Net it works well but not with labview 7.0

I think Axinterop.Actmultilub is a activeX and is not supported by labview .
I am trying to replace this Axinterop.Actmultilub by interop.Actmultilub
0 Kudos
Message 5 of 5
(2,314 Views)