[plt-scheme] Simple ffi problem

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Jun 16 17:13:37 EDT 2006

On Jun 16, Evan Farrer wrote:
> I get the following error:
> 
>     ffi-obj: couldn't get "scheme_security_check_file" from #f (The
>     specified procedure could not be found.; errno=127)

Try "_scheme_security_check_file", if that doesn't work then it might
be an issue of linking or exposed names on the Windows build.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.