In article <90487@palm-dev-forum>, [EMAIL PROTECTED] says... > > using map and string i saw a big augment of program size (from 32k to 62k). > I have seen on other post that stl implementation on palm can cause memory > fragmentation.
It all depends on how you use STL. The STL in V8 has been tuned some to reduce code size, but you're generally correct that this template library was not designed for devices with limited code space. > Do someone knows if there is some "lighter" implementation of string and map > (even not template based). POL offers a good string class, as well as lots of other classes that wrap Palm OS functionality. See http://www.aqpoint.com/pol/. > For the price of the compiler (not so cheap) i think Metrowerks should make > une version of usefull classes designed for Palm. We will... the Object Library for Palm OS (POL) is bundled with CodeWarrior for Palm OS V8, Enterprise Edition, and will be included with CW for Palm OS V9, Professional Edition as well. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
