Hi Levente, I'll try with ProcessWrapperPlugin in order to use it with Pharo 1.1.1. I would love that squeak and pharo join back together.
Thanks you very much, Facu On Sat, Dec 4, 2010 at 10:24 PM, Levente Uzonyi <[email protected]> wrote: > On Sat, 4 Dec 2010, Facundo Vozzi wrote: > > Hi all, >> anybody is using ProcessWrapper in Pharo 1.1.1 ? I'm using windows and It >> works fine on Squeak 4.1.1 but it doesn't on >> my Pharo 1.1.1 which is my development environment. >> > > I uploaded a new version to the repository (ProcessWrapper-Core.ul-30) > which fixes two issues in Pharo 1.2 (both related to the lack of proper > deprecation policy in Pharo). > > Pharo 1.1 (and 1.1.1) is a bit harder to fix, because there's a bug in > MIMEDocument class >> #guessTypeFromName:. This method tries to send > #forURIReturnSingleMimeTypeOrDefault: to MIMEType, but that class doesn't > implement this method. Actually no class implements this is Pharo 1.1. > > But you can avoid this problem by downloading the prebuilt plugin dll from > > http://people.inf.elte.hu/uzonyile/ProcessWrapper/2/ProcessWrapperPlugin.dlland > copy it to your image or VM folder before loading the package to your > image. > > > Levente > > >> Thanks in advance, >> Facu >> >> >
