On Windows, there is work to do on the VM platform sources to get the command line output to work properly.

There are a set of MsgBox calls in there where one could use a nice little printf/puts.

I've been looking at it but there is more than meets the eye there.


Phil



On Fri, Mar 28, 2014 at 10:23 PM, Max Leske <maxleske@gmail.com> wrote:
Maybe… Since Pharo now has a command line handler, you could redirect stdout to the vm process? Will probably not work while the image is running I guess. But maybe it will (see for example http://serverfault.com/questions/178457/can-i-send-some-text-to-the-stdin-of-an-active-process-running-in-a-screen-sessi)


On 28.03.2014, at 21:56, Sean P. DeNigris <sean@clipperadams.com> wrote:

> Emilio Oca-3 wrote
>> I managed to do that in Windows using... ProcessWrapper...
>
> As it's for a core test, I need to find a way to do it without loading
> additional libraries. I could pipe the output to a tmp file if there's
> nothing...
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context: http://forum.world.st/Capturing-stdout-tp4751320p4751521.html
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
>