RE: Library search-paths under LWW
My apologies; I have since learned that
this is something that must be done on the .Net side of the equation.
Regards,
- Eric Scott
From: owner-lisp-hug@lispworks.com
[mailto:owner-lisp-hug@lispworks.com] On
Behalf Of Eric Scott
Sent: Friday, April 22, 2005 10:53
AM
To: lisp-hug@lispworks.com
Cc: Eric Scott
Subject: 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