[plt-scheme] Using the FFI with a scheme aware dll
On Jun 28, Hans Oesterholt-Dijkema wrote:
> No,
>
> D:\build\mzgtk2>mzscheme
> Welcome to MzScheme version 350.1, Copyright (c) 2004-2006 PLT Scheme Inc.
> > (find-system-path 'sys-dir)
> #<path:C:\WINDOWS\system32>
> > (find-system-path 'collects-path)
> find-system-path: expects argument of type <system-path-symbol>; given
> collects-path
Seems to be a bug in the docs -- (find-system-path 'collects-dir)
> I'm looking for d:/devel/mzscheme/lib (well, that's on my system).
(require (lib "dirs.ss" "setup"))
(find-lib-dir)
(find-dll-dir)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!