> From: DIAMOND JEFF [mailto:[EMAIL PROTECTED]]
> Is it possible that normal C++ classes and decendants (without
> actually virtual functions) can cause the use of globals?
> What aspects of classes are implemented as globals?

Off the top of my head as a CodeWarrior user:

  1. Static class data members
  2. Exceptions
  3. Virtual functions / RTTI
  4. Inter segment calls (unrelated to C++)

Look in the link map file for suspicious global objects.

-slj-


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

Reply via email to