[GHC] #7568: Can't dynamically load DLL-using libraries on Windows x86_64
GHC
cvs-ghc at haskell.org
Fri Jan 11 10:38:14 CET 2013
#7568: Can't dynamically load DLL-using libraries on Windows x86_64
-------------------------+--------------------------------------------------
Reporter: bos | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.1
Resolution: duplicate | Keywords:
Os: Windows | Architecture: x86_64 (amd64)
Failure: GHCi crash | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
-------------------------+--------------------------------------------------
Changes (by simonmar):
* status: new => closed
* difficulty: => Unknown
* resolution: => duplicate
Comment:
The first bug is #7097, there's a long discussion there (but no solution).
What I don't understand is that we have lots of C code in libraries that
calls functions in Windows DLLs, and it all works fine in GHCi, so what is
special here?
The second bug does look like #7134, as you say. So I'm closing this as a
duplicate, and I'll add a ref from #7097 and #7134.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7568#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list