[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trouble with bind
On Fri, 14 Aug 1998 16:16:50 PDT, Nitin Vaidya wrote:
>...
> When the constructor for "new_class" is executed, I get the
> runt-time warning
>
> warning: no class variable NewClass::drop-front_
>
> Why does this warning appear?
>...
You should also have seen in the output the line
see tcl-object.tcl in tclcl for info about this warning.
If you do so [see that file], it should answer your questions. (If the
comments in that code are too vague, let me know how we can improve
them.)
-John Heidemann