[HOpenGL] Re: Exiting gracefully from (H)GLUT?

Andre W B Furtado awfurtado@uol.com.br
Fri, 19 Apr 2002 00:49:45 -0300


> As a workaround I suggest importing shutdownHaskellAndExit from the
run-time
> system:
>
> foreign import shutdownHaskellAndExit :: Int -> IO ()

Unfortunately, this will still give me uncaught exceptins using the Haskell
"error" function... any ideas to solve this?

Thanks,
-- Andre W.