[plt-scheme] Mred graphical module

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jan 15 08:51:42 EST 2005

At Sat, 15 Jan 2005 13:48:14 +0100 (CET), pietri bob wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> I get the following error
> 
> expand: unbound variable in module in: new
> 
> if I create a module using the graphical toolbox
> ex:
> 
>  (define frame (new frame% (min-width 500)(min-height
> 500)(label "Editor2")))
> 
> how can I fix it?


 (require (lib "class.ss"))

Matthew



Posted on the users mailing list.