Hi Martin, would you please try with both the Croquet.exe and the CroquetConsole.exe in http://www.mirandabanda.org/files/Cog/VM/VM.r2540/cogwin.zip?. The CroquetConsole.exe is designed to be used from the command line; stupidly Windows has this distinction between console apps and windows apps, and this distinction affects standard i/o. If CroquetCOnsole works then the implication is that Pharo needs also to build both VMs and the user needs to select the console VM for console use and the Windows VM for detatched use. HTH Eliot On Sun, Apr 8, 2012 at 4:31 PM, Martin Dias <tinchodias@gmail.com> wrote:
Hi
In my windows 7, I get an error when trying to write to "FileStream stdout" in both Pharo 1.4 and 1.3 (revisions #14423 and #13320).
To reproduce,
- download: https://ci.lille.inria.fr/pharo/job/Pharo%201.4/373/artifact/Pharo-1.4.zip
- evaluate: FileStream stdout nextPutAll: 'a'.
Is this a known issue? I couldn't find it in issue tracker.
Thanks in advance. MartÃn
-- best, Eliot