Quote:
Originally Posted by Ken Streeter
This is a scoping issue. We found that we needed to qualify the constant with the class where it is declared. I suggest using one of the following:
Code:
CounterBase::k1X
CounterBase::k2X
CounterBase::k4X
--ken
|
Ken, I really appreciate your insight. Thanks.