[plt-scheme] Executables

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Jun 27 09:09:46 EDT 2003

At Thu, 26 Jun 2003 20:37:05 -0700, "Ben Filippenko" wrote:
> In my previous conversation, I was told that I can create an
> executable in Dr. Scheme. I found the "create executables" menu item
> and I used it. The only problem is, that you still need the Dr.
> Scheme environment installed for it to work. I would like it to be a
> stand alone program that can run on any computer without any other
> additional software installed. Is this possible to do? If so, how?

You don't need all of the DrScheme programming environment if you
create a "standalone" executable, but you do need a few .dlls. You can
download those as a separate package:

 http://www.plt-scheme.org/software/dynamic-libraries/

Robby


Posted on the users mailing list.