[plt-scheme] include DLLs

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Aug 9 16:40:38 EDT 2006

On Aug  9, Iordanova Ivanka wrote:
> Hi,
>  
> I wonder if there is a way to include the necessary DLL files in the
> Scheme executable? What I know for now, is that the DLLs should be
> installed separately on the computer.

They used to be installed in the Windows system directory, but now
they're kept in the PLT directory.  If you want to distribute
executables, DrScheme can make a zip file that contains everything
that is needed.

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


Posted on the users mailing list.