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:
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
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