[plt-scheme] Launcher on Win2K

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Oct 14 17:26:55 EDT 2002

At Fri, 27 Sep 2002 06:59:11 -0700, "John T. Murphy" wrote:
> I am running Dr. Scheme on a Windows 2000 platform. When I create a Dr.
> Scheme launcher (the content does not seem to matter; I have been using
> something quite simple like: (display (+ 4 5)) )and attempt to execute
> it the Standard Output window displays the following message:
> 
> ---------------------------------
> open-input-file: cannot open input file:
> "c:\progra~1\drscheme\collects\drscheme\private\launcher-bootstrap.ss010
> 2" (The system cannot find the file specified.; errno=2)

I finally found the code that was missing a null-terminator. (It took a
while because on my machine, the allocated block tended to have a 0
in the right place already.)

The repair is exp-tagged in CVS.

Matthew



Posted on the users mailing list.