|
Part of the IDL for the ActiveX Component - AgentObjectsLib is as
follows:
dispinterface _AgentEvents {
properties:
methods:
[id(0x00000001)]
void ActivateInput(
BSTR CharacterID);
but I do not see this defined in the _AgentEvents class. I have a
similar method definition with another ActiveX control and this method
is the callback mechinism to interface with it. How would I define
this method in Dolphin Smalltalk in order to use it?
Thanks for the help,
Scott
|