[Haskell-cafe] avoiding command window with wxHaskell on Windows?

Claus Reinke claus.reinke at talk21.com
Sat Jun 30 17:48:46 EDT 2007


> For the application I'm building, besides being able to launch it as 
> above, I want also to be able to "invoke" it (normally from a command 
> line).  A program so invoked can interact with its invoker, and the 
> invoker awaits the program's completion and gets its termination 
> status.
> 
> From what Esa said, it appears unlikely that a single .exe can be 
> built easily using Haskell and wxHaskell that can be both launched 
> and invoked. 

as a partial workaround, you could create a shortcut for the .exe,
and set the shortcut properties to start in a minimized window..

claus



More information about the Haskell-Cafe mailing list