[plt-scheme] Re: _bytes in FFI

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Mar 16 00:32:51 EDT 2007

On Mar 16, Kyle Smith wrote:
> I don't know if this helps, but I get the exact same error message
> and I don't even have the libcrypt.dll,

It happens when the Scheme code is expanded, before evaluating
anything.


> which I only found out when I placed the code in a module as Pedro
> had suggested made it work.  Is libcrypt.dll something you have to
> download from somewhere?

It's a standard encryption library on Unix.

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


Posted on the users mailing list.