> There are such tools, but they typically require programming in a > language that's a "higher level" than C or C++. I don't know of any > tools for C/C++.
while 'tools' may not exist at the moment to do this - it doesn't mean that it cannot be done. we currently have a single source base (not specific to palm, pocketpc, symbian, smartphone) which we can recompile and link against our own static libraries which give our applications that multi-platform ability. we even do our main editing/development under win32, using visual studio (and, its enhanced debugging tools, etc). :) much easier than learning palmos specific stuff.. of course, the big investment was the development of the static libraries which were linked against, but, i spent a good 6 months on doing that - and, you need to be prepared to rewrite your app using the new technique. proof: http://www.ardiri.com/multi-platform/ we do this now, and, maintain a single code base for the app. we invested the time, now, reap the benefits :) it wont be long before we will release a real application using this framework (1-2 months) :P our framework is still in development - and, a few people at the palmsource conference got to see the demo's up close :) it can be done *g* --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
