Mariano,
 
Hmmmm.  Something not working in Windows - imaging that :)   Sorry, I feel your pain and am trying to run for the Penguin-filled hills as we speak.  Dumb question: have you tried the OS Process plugin.  I've only skimmed it in Squeak/Pharo, but there is a similar goodie for Dolphin, and it goes to great pains to put streams around the OS streams.  No surprise, Windows manages to make a mess of it.
 
Sorry that I can't be of any real help.
 
Bill
 

 


From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Mariano Martinez Peck
Sent: Friday, May 15, 2009 9:37 AM
To: The general-purpose Squeak developers list; Pharo Development
Subject: [Pharo-project] How to log in console in Windows

Hi folks!

I am calling a external shared library with FFI. This library does some puts(""); or printf();  In Linux, I open Squeak from command line and I can see the outputs of puts() and printf() in the console where I started Squeak. The problem is in Windows. I tried opening Squeak from cmd but didn't work. Nothing is shown in the console. Is there a way of doing this ?

Thanks a lot in advance,

Mariano