Re: Missing Types.dll in WinHugs-May2006.exe?
"Neil Mitchell" <[email protected]> Wed, 24 May 2006 14:12:47 +0100
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Kim, The libraries that ship with WinHugs May 2006 are a fresh build, those with the old version are from a really old WinHugs release, hence the different contents. As far as I can tell, the build for the Win32 package succeeded. That means that: * The build script missed making the .dll * The build script failed to make the .dll, and didn't shout at me * The library has an issue. I don't really know what this is, but i'll take a look if no one else shouts. I have cc'd a person who seems to be working on the Win32 package, to see if thats anything to do with it. For the moment you should be able to paper over the problem by copying the old Win32 directory into the packages directory, replacing the new one. Thanks Neil On 5/24/06, Deokhwan Kim <[email protected]> wrote: > Dear all, > > It seems that the Windows installer WinHugs-May2006.exe leaves out Types.dll. > > That release cannot load the following program which runs well in the Hugs > version 20050308 on my Linux machine. > > > module Main where > > import Graphics.SOE > > main = runGraphics (do w <- openWindow "My First Graphics Program" (300, 300) > > drawInWindow w (text (100, 200) "HelloGraphicsWorld") > > k <- getKey w > > closeWindow w > > ) > > When I load the program, I see the following error message: > > > Hugs> :load "C:\\soe\\window.hs" > > ERROR file:{Hugs}\packages\Win32\System\Win32\Types.hs - Error while importing DLL "C:\Program Files\WinHugs\packages\Win32\System\Win32\Types.dll" > > The Types.dll file does not really exist in that directory. Is it missing? > > Thanks. > > -- > Deokhwan Kim > _______________________________________________ > Hugs-Bugs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/hugs-bugs >