LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview unable to pass LPDISPATCH parameter

I have an ActiveX server which also has OLE interfaces. My client invokes ActiveX interfaces only.

I have client written in both Visual Basic and LabView.

My VB client works perfect, but Labview doesnt, especially when I am passing a LPDISPATCH from labview to ActiveX interface

Any clue, why this can happen? Thanks
0 Kudos
Message 1 of 2
(2,598 Views)
I'm not sure if this is the problem, but I noticed that LV ActiveX reference and container performs differently. Thus, if you are doing some initialization stuff during interface load, it is possible that ActiveX reference will not work properly. Try with LV container (I don't know if it's available for LV < 6.0), for me this was the solution.

Good luck
0 Kudos
Message 2 of 2
(2,598 Views)