Hello,
Im using an external activeX DLL from which I need to receive interrupts. I used the AutomationOpen block and then polled for interrupts using "Wait On ActiveX Event" block. The interrupt does arrive, yet in it's data variant is written
"OLE Variant
Variant Type -> VT_ILLEGAL"
The interrupt DATA should be of the following form:
DATAArrived(APP_SNAP_RX* stSnapRX,typAdditionalParams* AdditionalParameters)
What does it meens, and why can't I cast it using "Variant to DATA" block.
Another thing,
When using "InvokeNode" on the ActiveX DLL one of the methods is grayed out. Why? and How can i change it?
Thanks,
Yuval