RE: Using Haskell code in VBA (MS Access)?

2000-08-14 Thread Sigbjorn Finne
Hi, I'm not the 'Win expert' you're looking for, but here's 2 ways to do it: 1 - package up your Haskell code as a COM component using GHC & access it via VBA just like you would any other COM component. HaskellDirect will give you a helping hand here. 2 - build a DLL that exports

Re: Using Haskell code in VBA (MS Access)?

2000-08-14 Thread Christian Lescher
Thank you for your answer. However, unfortunately up to now I'm so far as before (means: I still don't know how to build a DLL from Haskell code which can be called from VBA). Is your Win expert back? Perhaps you have got some new information concerning my problem? Many thanks in advance, CL >