Activex DLL (OpenInsight 32-bit Specific)
At 08 MAR 2002 04:44:51AM Bob Watson wrote:
Forgive my ignorance, but does anyone know if it's possible to access the functions in an ActiveX DLL (written in VB) from Rbasic?
Thanks
Bob Watson
At 08 MAR 2002 08:46AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Conceptually yes, practically - depends. Waht control, what functions?
World Leaders in all things RevSoft
At 13 MAR 2002 02:03AM Bob Watson wrote:
Thanks for the reply Spretzz. I asked about calling an Activex dll from RBasic
]
The control is descibed thus
GISLink.dll is an ActiveX dynamic link library that provides MLink as a public Windows object. The MLink object provides the public functions linkPerform and linkSet. If this object is correctly referenced, then the public functions can be called from a Windows application.
The method in VB is too create an object:-
Set GLObj=CreateObject("GISLink.MLink") ' late binding of object
and then to call the function:-
bRetVal=GLObj.linkPerform(COMP_LANDSPEED_NUM, aParamArray, nQueryLineBase - 1, vCode)
Any advice would be appreciated
Bob Watson