1 Apr 2005 12:40
[ ghc-Bugs-1166368 ] Windows build of GHC 6.4 doesn't seem to work on Win98 SE
SourceForge.net <noreply <at> sourceforge.net>
2005-04-01 10:40:17 GMT
2005-04-01 10:40:17 GMT
Bugs item #1166368, was opened at 2005-03-19 02:40 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1166368&group_id=8032 Category: None Group: 6.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Cale Gibbard (cgibbard) Assigned to: Nobody/Anonymous (nobody) Summary: Windows build of GHC 6.4 doesn't seem to work on Win98 SE Initial Comment: I get the error message "The GHC.EXE file is linked to missing export SHELL32.DLL:SHGetFolderPathA." It appears that this function is available in SHELL32.DLL in Windows 2000 and XP, but not in Windows95/98/98SE. It is also available in ShFolder.dll available from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6AE02498-07E9-48F1-A5D6-DBFA18D37E0F but installing that doesn't help much, as GHC would need to be relinked. Probably dynamically linking to (and including) ShFolder.dll in the case of Win95/98 would work. ----------------------------------------------------------------------(Continue reading)
RSS Feed