Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!ml27192 From: ml27192@uxa.cso.uiuc.edu (Mark Lanett) Newsgroups: comp.sys.mac.programmer Subject: Re: MPW and the console Message-ID: <1991Jun18.180140.10553@ux1.cso.uiuc.edu> Date: 18 Jun 91 18:01:40 GMT References: <3324@sparko.gwu.edu> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 24 rjohnson@seas.gwu.edu (Ray Johnson) writes: >In our current version of MPW (vers 3.0) we try to write output >to standard IO (such as using the writeln command in pascal). However, >this version does not support standard IO and displays our output on >a dialog box that informs us that the console is not supported. If you want to build applications... MPW 3.2 has a 'SIOW' library that makes console input and output available. If building MPW tools is acceptable (i.e. programs that only run under the MPW shell), then any tool can do input and output to console, under any version of MPW. The console is not quite standard (input is buffered), but close enough to the "real thing" (Unix) to do the job. Check out the options in for the CreateMake tool via commando (type CreateMake... where the ... is an ellipsis). >-- >Ray Johnson >Internet: rjohnson@seas.gwu.edu Phone: (202)994-6853 >The George Washington University -- //----------------------------------------------------------------------------- Mark Lanett mlanett@uiuc.edu Software Tools Group, NCSA