What's the purpose of virtual function tables? Does null function belong to virtual function? Could you give me url linking about your whitepaper on this subject at the Metrowerks site and your comments at palmoswerks.com?
Thanks! --- Ben Combee <[EMAIL PROTECTED]> wrote: > > >A1 _RuntimeModule_: Near data segment is bigger > than > >64k > > This error means you have too many global variables. > There's only 64K > (maximum) for global variables on Palm OS, and > you've filled that up. Some > of this space is used by the jumptable to go from > segment to segment. Some > of this will be C++ virtual function tables and > exception tables, and then > some will be your true tables. > > If you have a lot of virtual function tables and > exceptions, you can use > Expanded Mode in CW for Palm OS V8 to give you some > more breathing > room. See my whitepaper on this subject at the > Metrowerks site and my > comments at palmoswerks.com. > > -- > Ben Combee <[EMAIL PROTECTED]> > CodeWarrior for Palm OS technical lead > Palm OS programming help @ www.palmoswerks.com > > > -- > For information on using the Palm Developer Forums, > or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
