[erlang-questions] Re: Erlang Win32com

Tim Watson watson.timothy@REDACTED
Wed Mar 9 20:59:16 CET 2011


On 9 March 2011 18:24, Zvi <zvi.avraham@REDACTED> wrote:
> [1] COMET - an Erlang-to-COM driver
> ftp.sunet.se/pub/lang/erlang/euc/00/Comet.ppt
>

Never seen that one before - interesting.

> On Mar 2, 12:46 am, Michael Mackus <michaelmac...@REDACTED> wrote:
>> Is there a way to access win32com using erlang?

Is it win32 or COM that you want? Do you just want to access win32 DLL
with appropriate calling conventions and so on (in which case a NIF or
linked-in driver would probably do it, along with a LoadLibrary system
call) or do you actually want to create COM objects and use COM
interfaces and such like?


More information about the erlang-questions mailing list