[REBOL] Re: Using Microsoft COM components from View/Pro or Command
From: dockimbel:free at: 31-Aug-2001 16:31
Hi Michal,
Michal Kracik wrote:
> Hi Rebols,
>
> has anyone managed to use a COM component from View/Pro or Command?
>
> It seems to me that 'load/library and 'make routine! are not sufficient,
> because COM methods are invoked with an indirect call through pointer table
> and not as named library functions. Before I try to write a helper DLL, I'd
> like to know whether anyone already has done it or whether there is a
> simpler way.
[...]
I heard that Python has a good COM support. Should be instructive to take a look
a the COM module sources. Here's a link to start with :
http://starship.python.net/crew/skippy/conferences/ipc8/html/index.htm
Regards,
DocKimbel.