Did you get a reply to this? I assume you use a function from the
Posix library.Sigbjorn may have comments on how much of it works
on Windows.
Simon
| -Original Message-
| From: George Russell [mailto:[EMAIL PROTECTED]]
| Sent: 01 March 2002 16:15
| To: [EMAIL PROTECTED]
| Subject:
Hello Simon PJ,
Simon Peyton-Jones wrote:
>
> Did you get a reply to this? I assume you use a function from the
> Posix library.Sigbjorn may have comments on how much of it works
> on Windows.
No, I got no reply. I think the answer to the question "How much of the
Posix library works under
Some programs work, including green-card and some HOpenGL programs.
GHC, compiled with my registerized version, crashes.
At some point, there is pointer on the Stg Stack that points into data space.
However, it doesn't point to a closure. In points to a place just
after the last data symbol in o
> Some programs work, including green-card and some HOpenGL programs.
>
> GHC, compiled with my registerized version, crashes.
> At some point, there is pointer on the Stg Stack that points
> into data space.
> However, it doesn't point to a closure. In points to a place just
> after the last d
When I compile a program using GHC 5.02.2 on Windows 200 using HGL, using
the following command line:
> ghc --make HelloWorld.hs -o HelloWorld.exe -package concurrent -package
win32 -ic:\GraphicsLibrary\lib\win32
it compiles fine, but then when I run the exe, the window starts out
initially as w