
30 Jun
2007
30 Jun
'07
5:48 p.m.
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