Thank you for your detailed answer - it's really great, it works! :-)

However, I have got one more problem: the function I want to call from VBA is of
type String -> String -> String
Is there a (simple) method to convert VBA strings (BSTR) to Haskell's [Char] and
vice versa?

By the way: Is it possible to build DLLs that do not depend on GHC's runtime DLLs?
I tried out the "-static" option like for compiling EXEs, but it didn't work.

CL



Reply via email to