[squeak-dev] OSProcess on Windows

David T. Lewis lewis at mail.msen.com
Thu Jun 9 13:14:57 UTC 2011


On Wed, Jun 08, 2011 at 06:05:27PM -0500, Chris Muller wrote:
> After a long time working solely in Linux, I seem to be confused about
> how to configure an image on Windows with OSProcess.  I'm running a
> recent Cog VM (2382, April 26 2011) and have Win32OSProcessPlugin.dll
> is in my VM directory, but I don't have any of the Plugin classes in
> my image.
> 
> When I try to load OSProcessPlugin from SqueakMap, it halts saying it
> wants InterpreterPlugin to be able to install OSProcessPlugin and
> subclasses..
> 
> What is the proper way to install OSProcess on Windows?

Hi Chris,

Just load OSProcess and CommandShell from SqueakMap. The plugins are
separate packages that you can load if you are building your own VM,
in which case you would load VMMaker first, which contains the
InterpreterPlugin class.

Dave




More information about the Squeak-dev mailing list