[plt-scheme] foreign.ss dll path

From: Yoav Goldberg (yoav.goldberg at gmail.com)
Date: Fri Oct 14 20:50:25 EDT 2005

> On Oct 15, Yoav Goldberg wrote:
> > That was fast!
> >
> > It's working! great!
> >
> > But the damn dll tries to look for an .ini file ;-(
> >
> > (oof, this is annoying)
>
> Try to wrap the ffi-lib with
>
>  (parameterize ([current-directory ...]) ...)
Nope.. :-(

> if that doesn't work, then you can try putting the ini file in the
> windows directory.
Exactly what I was trying to avoid: littering the windows directory
with even more unrelated files. But I believe that's my only option.
Oh well.

Yoav


Posted on the users mailing list.