I'm having some success, I think, in using Inno Setup to field my app. 
Right now, I've got a number of libraries included by Inno Setup and a
number included by PM.

I'm struggling to figure out how to load a library with Inno Setup.

For example, I include the files in their original locations (e.g., into
myapp/addons/tables/tara/tara.ijs from the analogous spot in j602/).  That
doesn't execute the code, of course, so I resort to 0!:0
<'addons/tables/tara/tara.ijs'.  That fails, as does ./addons/... (okay:
I've been in a *nix world a long time).  Putting in the full path name
works, but I don't really know where the user might install the program. 
Any quick tips to make that happen?

Perhaps relatedly, regex is a library I try to load via PM, but I get an
RX_OPTIONS_UTF8 error when I run it.  I fixed that by setting a cover for
it in _z_ (it's found in _jregex_, but that doesn't suffice.  I'll wade
through figuring out what else is missing, but are there any ideas I'm
missing?

Thanks,

Bill

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to