| View previous topic :: View next topic |
| Author |
Message |
George Birbilis Guest
|
Posted: Thu Dec 09, 2004 7:27 pm Post subject: implement IDispatch without type library |
|
|
is there any IDispatch implementation using Delphi compiler's RTTI
facilities instead of needing a type library?
-----
George Birbilis (birbilis (AT) kagi (DOT) com)
http://www.kagi.com/birbilis
--------------
|
|
| Back to top |
|
 |
Thaddy de Koning Guest
|
Posted: Sun Dec 12, 2004 1:47 am Post subject: Re: implement IDispatch without type library |
|
|
George Birbilis wrote:
| Quote: | is there any IDispatch implementation using Delphi compiler's RTTI
facilities instead of needing a type library?
-----
George Birbilis (birbilis (AT) kagi (DOT) com)
http://www.kagi.com/birbilis
--------------
There are several routines available that wrap up any delphi component |
and return an idispatch for it.
- Commercial: in the Dreamcontrols library from dreamcompany.
- Freeware:several, but Delphin.zip contains such a function ( and is by
the same authors) with full sourcecode
|
|
| Back to top |
|
 |
|