[plt-scheme] make-object not bound

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Mon Aug 21 09:56:26 EDT 2006

add: (require (lib "class.ss"))

On Aug 21, 2006, at 9:50 AM, David Richards wrote:

> The following is giving me grief.  I'm using 352.  Help please.
>
>
> (module test
>         mzscheme
>
>   (define myFont (make-object font%
>                    18 "Geneva"
>                    'default 'normal 'normal #f 'smoothed #f))
>
>   (provide (all-defined)))
>
>
> expand: unbound variable in module in: make-object
>
>
> - dr
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.