Since OSProcess doesn't work on windows Smagick won't work without
changes. I've got a version (based on Smagick-SR.27) which uses ProcessWrapper instead of OSProcess and it works under win32, but i had issues with Image Magick under windows (ImageMagick-6.3.5-Q8 and ImageMagick-6.3.5-Q16). If anyone is interested, let me know, and i'll make the code available. Levente |
I've tried it on Windows
and stepped through the code a bit and it seems that you are assuming
that the names of the binaries will be without extensions but on
Windows they add .exe to the end. I'll see if I can change that.
]{evin
-- ]{evin ])riedger 1473 Brule Ave., Ottawa, ON http://extremedesigners.ca |
In reply to this post by Levente Uzonyi-2
I got a few more dependencies loaded only to get DNU on #waitForCommand: It seems that WindowsProcess needs some more work.
I've tried simplifying and just getting an external process launched ( ExternalWindowsOSProcess command: 'c:/WINDOWS/system32/notepad.exe' ) and even that doesn't work.... Alas it's time for bed. ]{evin
-- ]{evin ])riedger 1473 Brule Ave., Ottawa, ON http://extremedesigners.ca |
Free forum by Nabble | Edit this page |