[plt-scheme] standalone exes

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Mar 14 07:59:57 EST 2004

At Sat, 13 Mar 2004 08:29:22 -0500, Pedro Pinto wrote:
> 2) The above works if I set the language level to module in DRScheme and 
> select "Create Executable...". But I have been unable to create an .exe 
> for a program that uses a native extension. Can this be done or do I 
> need to link the native code into the mzscheme .exe myself?

The exe maker doesn't know how to handle extensions.

Actually, I'm not sure how to handle them. One solution, I think, is to
copy an extension with the executable, and then redirect `require's to
use the extension relative to the executable.

Matthew



Posted on the users mailing list.