Re: Redo: Problem with dynamic creation of classes.

2007-08-23 Thread Marc 'BlackJack' Rintsch
On Thu, 23 Aug 2007 16:55:21 -0400, Steven W. Orr wrote: > So it looks like the IFRAMED2 class which inherits from D2 is starting out > with the same id value for Encode as SNRMD which inherits from D, even > though D2 defines its own Encode method. > > Is it me of is it the interpreter doing som

Redo: Problem with dynamic creation of classes.

2007-08-23 Thread Steven W. Orr
Sorry, I had a small description problem. It's corrected below. I have a base class B and a derived class D which inherits from B. I also have a D2 class which inherits from D. D is used as a base class for most of my generated classes. I have a "special" class which inherits from D2 because I nee

Problem with dynamic creation of classes.

2007-08-23 Thread Steven W. Orr
I have a base class B and a derived class D which inherits from B. I also have a D2 class which inherits from D. D is used as a base class for most of my generated classes. I have a "special" class which inherits from D2 because I need to override a couple of its methods. Anything based on D2 w