[plt-scheme] Using the FFI with a scheme aware dll

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jun 28 16:48:48 EDT 2006

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!


Posted on the users mailing list.