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 Seattle, WA, USA [EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL Dave is currently listening to Deborah Crooks - Answers (5 Acres) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
