X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fwin32-dlls.xml;h=44f589adf2a032a39687c7fef4265b8dd38e2904;hb=b2524b3960999fffdb3767900f58825903f6560f;hp=be56591abaaa21c48b28caca5a6a324390dff042;hpb=c61001a6d252f2f260c271de30d76e64e4626c4f;p=ghc-hetmet.git diff --git a/docs/users_guide/win32-dlls.xml b/docs/users_guide/win32-dlls.xml index be56591..44f589a 100644 --- a/docs/users_guide/win32-dlls.xml +++ b/docs/users_guide/win32-dlls.xml @@ -2,7 +2,7 @@ Running GHC on Win32 systems - + Starting GHC on Windows platforms @@ -71,11 +71,11 @@ Notice how the "%1" argument is quoted (or not). This problem doesn't just affect GHCi, it affects any GHC-compiled program that wants to catch console events. See the GHC.ConsoleHandler + url="&libraryBaseLocation;/GHC-ConsoleHandler.html">GHC.ConsoleHandler module. - + Interacting with the terminal @@ -102,7 +102,7 @@ You can get a close simulation by using an emacs shell buffer! - + Differences in library behaviour @@ -125,7 +125,7 @@ binary mode using IOExts.hSetBinaryMode. The - + Using GHC (and other GHC-compiled executables) with cygwin @@ -209,15 +209,6 @@ make-sessions running under cygwin. -Making Haskell libraries into DLLs doesn't work on Windows at the -moment; however, all the machinery is -still there. If you're interested, contact the GHC team. Note that -building an entire Haskell application as a single DLL is still supported: it's - just multi-DLL Haskell programs that don't work. The Windows - distribution of GHC contains static libraries only. - -