>1) Why is this generating global data? It seems the virstual function
>table would have to be stored with the instance of the object, since the
>type of object won't be known until run time.
Virtual functions table is generated for every object definition
and each instance of the object stores just reference to that table.
Of course, there are ways to manually make globals accessible
in all cases ( you may allocate memory in heap, decompress
data0 resource there, and set registers a5 and a4 as needed)
but i wouldn't do that
Eugen P
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html