| From: Eli Barzilay (eli at barzilay.org) Date: Fri Oct 14 20:31:18 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 ...]) ...)
if that doesn't work, then you can try putting the ini file in the
windows directory.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
| Posted on the users mailing list. |
|