[plt-scheme] foreign.ss dll path
That was fast!
It's working! great!
But the damn dll tries to look for an .ini file ;-(
(oof, this is annoying)
On 10/15/05, Eli Barzilay <eli at barzilay.org> wrote:
> 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!
>
>