[plt-scheme] make-object not bound
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