| From: Eli Barzilay (eli at barzilay.org) Date: Fri Oct 14 19:27:14 EDT 2005 |
|
On Oct 15, Yoav Goldberg wrote:
> Thanks!
>
> I used (this-expression-source-directory), and that almost worked -
> (ffi-lib ...) finds the dll, but unfortunately, the dll tries to load
> *another* dll in the same directory. Do you have any idea how I can
> get around that?
Load the other dll yourself. (Define it as some new ffi-lib, even
when you don't use it.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
| Posted on the users mailing list. |
|