[Haskell-cafe] a minimal Windows program in Haskell?
Bulat Ziganshin
bulat.ziganshin at gmail.com
Mon Nov 3 03:07:26 EST 2008
Hello Nun,
Monday, November 3, 2008, 6:18:12 AM, you wrote:
> How do I make a minimal Windows application in Haskell? I know
you should look at Win32 package sources which includes small example
using WinAPI for "hello world" GUI application
but note that Win32 binding is far from complete. if i will start to
write WinAPI GUI app, i may prefer to do GUI part in C and communicate
to Haskell part via FFI
ps: http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.1-src.tar.bz2
ghc-6.10.1\libraries\Win32\examples
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list