Will Coleda <[EMAIL PROTECTED]> wrote:
> "They tried and failed?"

> "No, they tried and died."

> Ok, it's not that bad, but it doesn't seem to work. I moved the .pmcs
> (same files in previous attachment) over to ./dnyclasses, updated the
> Makefile as directed in dynclasses/README.

You have to modify the PMCs a bit. The class enums are generated at load
time. You must have had compile errors during

$ make -C dynclasses clean all

You need basically (in tclstring.pmc):

#define enum_class_TclString -1

and some code in tclobject.morph to get at the real class enum.

leo

Reply via email to