Re: [Haskell] How to generate a dll?

2006-09-07 Thread Michael Marte
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

Re: [Haskell] H/Direct (HaskellDirect) still maintained?

2006-09-07 Thread Gracjan Polak
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

[Haskell] AOSD 2007: final call

2006-09-07 Thread Oege . de . Moor
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 ---

Re: [Haskell] How to generate a dll?

2006-09-07 Thread Andreas Marth
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

[Haskell] Re: H/Direct (HaskellDirect) still maintained?

2006-09-07 Thread Simon Marlow
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

Re: [Haskell] How to generate a dll?

2006-09-07 Thread Anatoly Zaretsky
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