At 11:07 AM 4/16/2004, you wrote:
Is there any reason why I should NOT consider rewriting my app in POL?  I
think it would help me make enhancements in the future, but I'm worried
about the code being bloated or slow.  Speed of execution is very important
because I'm doing data scanning, which is why I've kept it in C until now.
I'm using CW 9.3.

Nothing prevents you from keeping the core logic of your code in plain C, while handling all of the UI and non-critical code with POL. However, in my experience, POL is a pretty lightweight layer over Palm OS's native API, and much of the extra code is housekeeping or compatibility code that you would need to implement anyway to have a fully-functional application across multiple Palm OS versions.



-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/



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

Reply via email to