RE: Calling Haskell Function with String Arguments from VBA

2000-09-22 Thread Sigbjorn Finne
Lescher Christian <[EMAIL PROTECTED]> writes: > > Thanks a lot for your solution! However, I've got two more problems: > > 1) When executing "make", I get an error message. > > C:\...>make > /ghc/ghc-4.08.1/bin/ghc-4.08.1 -static -package lang -c BSTR.hs > C:/ghc/ghc-4.08.1/lib/includes/Stg.h:

Re: Calling Haskell Function with String Arguments from VBA

2000-09-22 Thread Lescher Christian
Thanks a lot for your solution! However, I've got two more problems: 1) When executing "make", I get an error message. C:\...>make /ghc/ghc-4.08.1/bin/ghc-4.08.1 -static -package lang -c BSTR.hs C:/ghc/ghc-4.08.1/lib/includes/Stg.h:141: stdlib.h: No such file or directory C:/ghc/ghc-4.08.1/lib/i

RE: Calling Haskell Function with String Arguments from VBA

2000-09-19 Thread Sigbjorn Finne
Lescher Christian <[EMAIL PROTECTED]> writes: > > I want to call a Haskell function with string arguments and a > string result from VBA (MS Access). > I already know that the Com-Library of HDirect provides > marshallBSTR and unmarshallBSTR functions, but up to now I > didn't manage to get i