Andreas,
one more pointer:
http://haskell.org/haskellwiki/GHC:FAQ#GHC_on_Windows
Michael
Andreas Marth wrote:
Hallo!
I want to make my Haskell program usable from Visual Basic. What is the way
to go?
(I tried the way the user guide for ghc 6.4.2 describes but the resulting
dll was not stable
2006/9/6, Andreas Marth <[EMAIL PROTECTED]>:
Hallo!
Does anybody know if H/Direct (also known as HaskellDirect) is still
maintained?
Doesn't seem to be...
You might want to look for thread "Haskell to call Microsoft COM
(Dispatch)" in haskell-cafe archive. Marc Weber was able to create a
scri
AOSD 2007: FINAL CALL FOR RESEARCH PAPERS
6th Conference on Aspect-Oriented Software Development
http://www.aosd.net/2007/cfc/research.php
>> THREE weeks until deadline <<
Abstracts: September 22
Full papers: September 29
---
From: "Michael Marte" <[EMAIL PROTECTED]>
To: "Andreas Marth" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, September 06, 2006 6:04 PM
Subject: Re: [Haskell] How to generate a dll?
> Andreas,
>
> I am using a DLL generated by ghc 6.4.2 in combination with Visual C++
> 2005. Some useful links:
>
> htt
Gracjan Polak wrote:
2006/9/6, Andreas Marth <[EMAIL PROTECTED]>:
Hallo!
Does anybody know if H/Direct (also known as HaskellDirect) is still
maintained?
Doesn't seem to be...
You might want to look for thread "Haskell to call Microsoft COM
(Dispatch)" in haskell-cafe archive. Marc Weber w
On 9/7/06, Andreas Marth <[EMAIL PROTECTED]> wrote:
I meant that the dll crashed Excel wenn I stopped the debugging mode and
also if I used it in a VB-projekt it crahed that when stopped.
Hi, Andreas!
Try adding these lines to your DllMain:
if (reason == DLL_PROCESS_DETACH) {
shutdownHas