You did not really specify what language you prefer to program in. I think this should be you first priority. For example... if your applications will rely heavily on graphics and speed, then I recommend you consider a C compiler like GCC (open source) or CodeWarrior (commercial). But if you prefer something similiar to the Visual Basic environment, I recommend NSBasic. These compliers have versions available for Palm and for WinCE.
But be warned... the PPC and Palm are quite different machines and whatever tool you choose... you will probably still have to write two versions of the same program. There are some highly experienced programmers that manage to write their code in such a way that they can compile it for both platforms, but this is not easy to achieve and require in-depth knowledge from the programmer of both platforms. There are of course many other solutions that you can consider if you do not specifically require a low level compiler. But such solutions might be good for in-house corporate solutions, but not so good if you wanted to create a commercial program. It all depends on what type of program you really want to create. Werner --- In [EMAIL PROTECTED], apple k <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any tool in the market where we can develop > palm/PDA application in PalmOS platform / > PocketPC/WinCE or other platform? The tool must be > able to cater to various kind of business needs? Is > there anybody has seen this before? > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
