<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana">As reported when 6.4 first came out:<br>
</font><tt><br>
C:\temp&gt;ghci Toast.hs<br>
   ___         ___ _<br>
  / _ \ /\  /\/ __(_)<br>
 / /_\// /_/ / /  | |      GHC Interactive, version 6.4, for Haskell 98.<br>
/ /_\\/ __  / /___| |      <a class="moz-txt-link-freetext" href="http://www.haskell.org/ghc/">http://www.haskell.org/ghc/</a><br>
\____/\/ /_/\____/|_|      Type :? for help.<br>
<br>
Loading package base-1.0 ... linking ... done.<br>
Compiling Toast            ( Toast.hs, interpreted )<br>
Ok, modules loaded: Toast.<br>
*Toast&gt; test<br>
Loading package Win32-1.0 ... &lt;interactive&gt;: Not x86 PEi386<br>
ghc.exe: panic! (the `impossible' happened, GHC version 6.4):<br>
        loadObj: failed<br>
<br>
Please report it as a compiler bug to <a class="moz-txt-link-abbreviated" href="mailto:glasgow-haskell-bugs@haskell.org">glasgow-haskell-bugs@haskell.org</a>,<br>
or <a class="moz-txt-link-freetext" href="http://sourceforge.net/projects/ghc/">http://sourceforge.net/projects/ghc/</a>.<br>
<br>
<br>
*Toast&gt;</tt><font face="Verdana"><br>
<br>
where Toast.hs is:<br>
</font><tt><br>
module Toast where {<br>
<br>
    import Graphics.Win32;<br>
    <br>
    test = messageBox hWND_TOPMOST "Hello" "World" mB_OK;<br>
<br>
}</tt><font face="Verdana"><br>
<br>
<br>
<br>
</font><br>
Sigbjorn Finne wrote:
<blockquote cite="mid013c01c57c1f$c3cba220$9032a8c0@bling" type="cite">Could
you expand on what exactly those problems are?
  <br>
It would be a pity if some of them ended up not being addressed
  <br>
due to them not being generally known about.
  <br>
  <br>
thx
  <br>
--sigbjorn
  <br>
  <br>
----- Original Message ----- From: David Nick Main
  <br>
To: <a class="moz-txt-link-abbreviated" href="mailto:glasgow-haskell-users@haskell.org">glasgow-haskell-users@haskell.org</a>
  <br>
Sent: Monday, June 27, 2005 14:34
  <br>
Subject: Re: 6.4.1?
  <br>
  <br>
  <br>
I'd like to second this - the Win32 problems in 6.4 are preventing
several projects from moving forward.
  <br>
  <br>
John Meacham wrote:
  <br>
Any word on 6.4.1? The major FFI bug in 6.4 is holding back some
  <br>
projects of mine.
  <br>
       John <br>
  <br>
</blockquote>
</body>
</html>