It looks like my library might be a minor version behind: JVERSION Installer: j602a_win.exe Engine: j602/2008-03-03/16:45 Library: 6.02.023
I guess I should run package manager? I thought we didn't have to do this with this release. I haven't been able to run it properly from work so I'll have to try at home. On 3/11/08, Devon McCormick <[EMAIL PROTECTED]> wrote: > > My system directories were pointing to "C:\Documents and > Settings\devon_mccormick\J602..." probably as the result of early beta > single-user installs. I corrected these to be 'C:\Program Files\J602...' > and re-installed J in the "system" directory, but I still get the same > problem. It looks like what I have matches what Oleg is showing: > > whereDefined 'unzOpen_zfiles_' > C:\Program Files\j602\addons\arc\zip\zfiles.ijs > > unzOpen_zfiles_ > 'C:\Program Files\j602\addons\arc\zip\lib\zlibwapi.dll unzOpen > i *c > '&(15!:0) > > thought there are a lot of extraneous spaces in the API definition. > > > On 3/11/08, Oleg Kobchenko <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > -- > 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
