Hi,
 
A question about ProcessWrapper. I use ProcessWrapper to execute a 
Windows-application from Squeak. Everything is fine and reproducible as far as 
I activate this message sequence in the Workspace:

ProcessWrapper new useStdout;  
startWithShellCommand: 'path_to_executable\executable.exe';  
upToEnd;  
waitForExitFor: 5000;  
exitCode.

As soon as I integrate the same stuff in a method, the image crashes. When I 
debug the situation I see that the crash occurs while performing 
ProcessWrapper>>upToEnd. Any clue what could be the problem here? Or how to 
investigate further? 

Kind regards,
Pascal

Pascal Vollmer
Email: pascal.voll...@ieee.org

Traumziele - von Beschreibung bis Buchung jetzt kompakt auf den Reise-Seiten 
von Arcor.de! http://www.arcor.de/rd/footer.reise
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to