Are you sure you've got the latest version. It should be unzOpen_zfiles_ '"C:\Program Files\j602\addons\arc\zip\lib\zlibwapi.dll" unzOpen > i *c '&(15!:0)
--- Devon McCormick <[EMAIL PROTECTED]> wrote: > "Spaces in the path" strikes again! > > Whereas the installed version fails, this works: > > unzo=: 'C:\amisc\JSys\addons\arc\zip\lib\zlibwapi.dll unzOpen > i > *c'&(15!:0) > Z=. unzo ,<'c:\amisc\input.zip' > > as does this: > > fnm=. 'C:\Documents and > Settings\devon_mccormick\j602\addons\arc\zip\test.zip' > Z=. unzo ,<fnm > > so it's the spaces in the API definition causing the failure. > > > On 3/11/08, Devon McCormick <[EMAIL PROTECTED]> wrote: > > > > I'm using J6.02 and I get the following when I try to follow the example > > at http://www.jsoftware.com/jwiki/Addons/arc/zip : > > > > load 'arc/zip/zfiles' > > zdir jpath '~addons/arc/zip/test.zip' > > |domain error: unzOpen > > | 0=Z=. unzOpen,<ZN > > > > where > > > > ZN > > C:\Program Files\j602\addons\arc\zip\test.zip > > fexist ZN > > 1 > > > > and > > > > unzOpen > > 'C:\Program Files\j602\addons\arc\zip\lib\zlibwapi.dll unzOpen > i *c > > '&(15!:0) > > fexist 'C:\Program Files\j602\addons\arc\zip\lib\zlibwapi.dll' > > 1 > > 9!:14 '' > > j602/2008-03-03/16:45 > > > > -- > > Devon McCormick, CFA > > ^me^ at acm. > > org is my > > preferred e-mail > > > > > > -- > Devon McCormick, CFA > ^me^ at acm. > org is my > preferred e-mail > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
