Problems using ActiveX library event.
From: Mikel (mikelgb_at_wanadoo.es)
Date: 03/31/04
- Next message: Skybuck Flying: "Re: Handling Out Of Memory"
- Previous message: Richard: "XPe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Mar 2004 13:35:13 GMT
Hello to everybody.
It's the first time I write in English in a group like this, therefore,
first, I apologize for my English.
I am beginner in Delphi programming and I am interesed in learn how can I
use an ActiveX library done in Visual Basic (for example). I have got to
use properties and methods of this library, but I have problems with an
event that it fires. This is a part (at the end of the message) of the
code that Import ActiveX option has created. The name of the event is
"AdoDllError". Could somebody help me? What about "dispinterface"? I'll
be happy with only a clue.
Thank you very much
Best regards
(...)
//
*********************************************************************//
// DispIntf: __AccesoDAtos
// Flags: (4240) Hidden NonExtensible Dispatchable
// GUID: {1BF779A3-5697-42E6-91B9-CAC967023A2E}
//
*********************************************************************//
__AccesoDAtos = dispinterface
['{1BF779A3-5697-42E6-91B9-CAC967023A2E}']
procedure AdoDllError(var NUMBER: Integer; var DESCRIPTION:
WideString; var Origin: WideString); dispid 1;
end;
(...)
- Next message: Skybuck Flying: "Re: Handling Out Of Memory"
- Previous message: Richard: "XPe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|