I use GHC on windows and it works just fine. What's the problem? #g -- At 08:09 04/03/04 +0000, Stenio wrote:
Content-Transfer-Encoding: 8bit Content-Type: text/html; charset="iso-8859-1";
GHC executable file only works in MS-DOS. I would like run the executable file on Windows. Can someone help me Thanks _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
------------ Graham Klyne For email: http://www.ninebynine.org/#Contact
At 08:09 04/03/04 +0000, Stenio wrote:
GHC executable file only works in MS-DOS. I would like run the executable file on Windows. Can someone help me Thanks
Did you write a GUI program and each time you double click your program gets started out of a DOS window? If that is the case you need to supply the -subsystem windows (or similar) to the gcc compiler so it links in the code for starting a GUI, not a console, application. If you're using a pre-packages GUI library, then that library should specify this linker flag in the package description. Axel.
participants (3)
-
Axel Simon -
Graham Klyne -
Stenio