Hi bilalD,
thanks for the information.
I have not used an ActiveX component before in Labwindows.
Ok, i found the function you were on about:
ActiveXEventsRegOnActionIsCompleted
I filled in the information here (passed in the server object, callback function etc).
Now i have a breakpoint in the call back function but the code(event) never goes into this function. In my code i have :
hresult = BActiveXLib_New_DActiveX (NULL, 1, LOCALE_NEUTRAL, 0, &cviAutoObj);/* Newinstance */
BActiveXLib__DActiveXEventsRegOnActionIsCompleted (cviAutoObj, stacktest, &retVal, 1,&retVal2);
Where i have defined stacktest as a function of the type it tells me to in the .fp window (when i right click on the box).
What am i leaving out/not doing properly?
sorry, not very good description of the problem...
Thanks,
Ross