The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Standard Out and VisualWorks

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Standard Out and VisualWorks Posted: Jan 19, 2006 3:46 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Standard Out and VisualWorks
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

It's been possible to make use of standard out on Linux/Unix for a long time with VW, but it's always taken a bit of work. Over the last two releases, a few things have been done with command line argument processing and sub-system support that make things easier - even on Windows. For instance - try this using a Windows command shell, in the VW 7.4 image directory:

..\bin\win\vwntconsole.exe visual.im -nogui -doit "3 zork"

As you might expect, the #zork message is going to raise an MNU - notice how the stack is reported to standard out? The -gui argument is also useful (-headless does the same thing), and it's been in the system for a couple of releases now. You can start an image with the GUI inactivated without having to do anything special now.

Read: Standard Out and VisualWorks

Topic: Weekly Log Analysis: 1/14/06 Previous Topic   Next Topic Topic: This is sobering

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use