Re: [Haskell-cafe] Haskell to call Microsoft COM (Dispatch)

2006-02-04 Thread Marsh J. Ray
Marc Weber wrote: Hi. I spent much time trying to get it to work.. you have to download the whole fptools directory (from cvs!).. and I think i did some little patches but I can check out again and compare.. It did compile and I think it's working well but I'm still struggling getting to use

Re: [Haskell-cafe] Haskell to call Microsoft COM (Dispatch)

2006-02-02 Thread Marc Weber
On Mon, Jan 30, 2006 at 08:40:43PM +0100, Gracjan Polak wrote: Hi all, Is there any library to make Haskell call Microsoft COM functions using Dispatch? E.g I don't need the full COM binary functionality, scripting is enough. Google didn't seem to find anything interesting...

Re: [Haskell-cafe] Haskell to call Microsoft COM (Dispatch)

2006-01-31 Thread Gracjan Polak
2006/1/30, Paul Moore [EMAIL PROTECTED]: On 1/30/06, Gracjan Polak [EMAIL PROTECTED] wrote: Is there any library to make Haskell call Microsoft COM functions using Dispatch? E.g I don't need the full COM binary functionality, scripting is enough. Google didn't seem to find anything interesting...

Re: [Haskell-cafe] Haskell to call Microsoft COM (Dispatch)

2006-01-31 Thread Taral
On 1/30/06, Gracjan Polak [EMAIL PROTECTED] wrote: Is there any library to make Haskell call Microsoft COM functions using Dispatch? E.g I don't need the full COM binary functionality, scripting is enough. Google didn't seem to find anything interesting... beside rolling my own using FFI :) A

[Haskell-cafe] Haskell to call Microsoft COM (Dispatch)

2006-01-30 Thread Gracjan Polak
Hi all,Is there any library to make Haskell call Microsoft COM functions using Dispatch? E.g I don't need the full COM binary functionality, scripting is enough. Google didn't seem to find anything interesting... beside rolling my own using FFI :) Thanks in advance!-- Gracjan

Re: [Haskell-cafe] Haskell to call Microsoft COM (Dispatch)

2006-01-30 Thread Paul Moore
On 1/30/06, Gracjan Polak [EMAIL PROTECTED] wrote: Is there any library to make Haskell call Microsoft COM functions using Dispatch? E.g I don't need the full COM binary functionality, scripting is enough. Google didn't seem to find anything interesting... beside rolling my own using FFI :)