in reply to Creating new objects from within a package

Howdy!

That's interesting. I get the same error using 5.6.1 on solaris 8.

If you move the package T block to before the package P block, the error goes away. If you say "T->new" instead of "new T", the error also goes away.

yours,
Michael
  • Comment on Re: Creating new objects from within a package