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.
That's the philosofy behind Lua. It has been developed to be cross-platform, and binding it to c (or c++) code is really easy to do. So you could create all your logic using a high-level scripting language (Lua), then create all static libraries that Aaron is talking about.
This script language is there for you. Free, open source (MIT License), and all you have to do is port it to your specific plataform and create your UI interface unit (and DB interface unit, if you like). That's not a big work to do.
Lua is very small, so there won't be any problems to use it on PalmOS or PPC, or anything else you want. Take a look into www.lua.org.
That's just my humble opinion, so I do not want to start a "mine-is-the-best-language" war in this list.
Cheers !
J. Machado
[EMAIL PROTECTED]
Palmcon Consultoria (www.palmcon.com.br)
+55 21 9766-8116
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
