Library search-paths under LWW
I’ve just started to use the ‘rdnzl’ (http://weitz.de/rdnzl) library, which provides
a lisp interface to .Net. One basic example revolves around a .Net assembly
called AproposGui.dll. I can get the example to work if the dll is placed
directly in the *lispworks-directory*, but if the dll is placed elsewhere, I
get an ‘assembly not found’ error. What I’d like to do
is be able to specify a search path that would include arbitrary directories
containing dll’s I’m interested in interfacing to. Apropos-ing, I find
the symbol ‘system::*library-search-path*’, which one might think
would do the trick, but 1) it’s not exported and 2) enlisting it with the
desired pathnames doesn’t work. Redefining the “path” environment
variable has not worked either.
Is there some method or system parameter I can use to
specify a search path of this kind? Thanks to anyone who can shed light on
this.
Greetings from
- Eric Scott