Correct I think.
Is there a natural "standard input/output" for windows applications? If there is, then Gambit should not redirect them to the newly allocated console.
On 2012-04-12, at 5:08 PM, Mikael wrote:
> (Ah, there's even more to it btw, if you make a "windows" application and launch it from a console application, and then in that "windows" application you make actually performs console I/O operations, then a new console window is (dynamically) allocated for that IO i.e. it opens on top of the parent console window.)
However, if there isn't as I think is the case, then it makes sense to redirect standard input/output to it, as is the case now.
Marc