Win32Shell

David T. Lewis lewis at mail.msen.com
Fri Aug 22 02:34:19 UTC 2003


On Thu, Aug 21, 2003 at 01:01:51PM -0400, Jon Hylands wrote:
> 
> Hi everyone,
> 
> I have a friend who is writing a custom application in Squeak for a
> contract. He has two problems at this time:
> 
> 1) He is calling an external application, compiled from C:
> 
> 	Win32Shell new shellOpen: applicationName

See also OSProcess (on SqueakMap). I don't know any reason that the custom
app would work with OSProcess if it doesn't work with Win32Shell, so follow
Andreas' advice first, but if you're still stuck you can give this a try
as an alternative approach.

Dave



More information about the Squeak-dev mailing list