[Newbies] ProcessWrapper on Windows - Can't get OSProcess/CommandShell to work

John-Reed Maffeo jrmaffeo at gmail.com
Thu Sep 27 19:24:51 UTC 2018


Ron,
Thanks for the suggestion, however it did not work for me on a 5.2 image or
a 4.1 image that I downloaded so I could test in the version you are using.

I verified that I have the shell.dll file, but I don't see FFI or
Win32Shell in either image.
I can't find any useful documentation about Win32Shell.
Web searches indicate that I might want to try loading Alien so I will give
that a try and see what happens.

jrm

On Wed, Sep 26, 2018 at 12:50 PM Ron Teitelbaum <ron at usmedrec.com> wrote:

> Hi JRM,
>
> Not sure how it's done today but on my 4.1 system, we do the following.
>
> result := Win32Shell new shellOpen: 'my.exe'.
>
> It uses FFI and shell32.dll
>
> All the best,
>
> Ron Teitelbaum
>
>
> On Wed, Sep 26, 2018 at 2:48 PM John-Reed Maffeo <jrmaffeo at gmail.com>
> wrote:
>
>> I have an application running on Mac which I am trying to port to run on
>> Windows.
>>
>> PipeableOSProcess fails on an know issue.
>>
>> Is Process Wrapper a viable option? It requires adding
>>  SmartSyntaxInterpreterPlugin, and ProcessWrapperPlugin.dll.
>>
>> All I want to do is run an .exe and capture the output.
>>
>> Any suggestions?
>>
>> - jrm
>> _______________________________________________
>> Beginners mailing list
>> Beginners at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/beginners/attachments/20180927/3aecfc1b/attachment.html>


More information about the Beginners mailing list