On Fri, Aug 06, 2004 at 09:22:26AM -0700, Dave Carrigan wrote:
>On Fri, Aug 06, 2004 at 01:09:07AM -0700, John Gruenenfelder wrote:
>
>
>> What is going on?  This is the first time I've used any C++ class stuff with
>> prc-tools... are there any caveats I should be aware of?  Specifically with
>> multi-segment programs?
>
>I use pure virtual base classes with the base class in one section and
>the subclass in a different section, and it works. Are you doing any
>inlining?  Inlined code with multiple sections has caused me problems
>similar to that.
>
>-- 
>Dave Carrigan

I am not specifically doing any inlining, unless the compiler decided to do it
on its own (since some of the functions are very small).

I will try to put the base class in the same section as my inherited
classes.  Perhaps that will cause a change in the behavior.  Right now, the
base class has no section specified, so it is in the default segment.


-- 
--John Gruenenfelder    Research Assistant, Steward Observatory, U of Arizona
                        [EMAIL PROTECTED]
Try Weasel Reader for PalmOS  --  http://gutenpalm.sf.net
"This is the most fun I've had without being drenched in the blood
of my enemies!"
        --Sam of Sam & Max

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to