-----BEGIN PGP SIGNED MESSAGE----- Rochester, Dean wrote: > I have been playing with Code Warrior Lite and it has really helped me > cut my teeth on this Palm Coding. I am wanting to get out of the > limitations of Code Warrior and create some larger apps. Since Palm OS > is a bunch of > header files... I should be able to use my standard C/C++ compiler and > write code the way I am used to, no? Then once I get the object file, > I must do a linking process of some sort to get the .prc file.... but > that is where I am lost. What is the process outside of Code Warrior, > or is it more work then it is worth? > > Thanks in advance > Dean-O The headers and libs are important, but even more important is the need for a cross-compiler. If your on a PC, your standard compiler will generate machine code for an intel chip. This won't work on the Palm. The only 2 choices that I know of are either the full blown version of Code Warrior for Palm, or gcc for Palm. - -- Brian Mathis Direct Edge http://www.directedge.com -----BEGIN PGP SIGNATURE----- Version: PGP 7.0.1 iQEVAwUBOonJj7Go2cj8O3o1AQHmDQgAkhIVvp9zRORBetInKSMqvZW1QdRxfwQO iBRmDFu4bhaLC2jhpb3TKUsyB9b7CB2BdEEfCyGBmL1ilkswgE2A6DL1ze8+6zR9 fVTacmSi+1bWfrdsKSgHqWSwO80QC2ocGg4V42Lq0nUCgV8Ta2mNufonLBBSjreB 4beJNqXz1HduThJVmLI1dNnUKUuqWiuINn+TvJNK1dsDi0YGnnTr6/N9zmlu2wGq jE6g/vzfoN10l0DsR4qHUwG5GF3l/vIJLAAevXuMOJ1zBjBIPqQ/stuspRAacKlS bEGfLUtEamIyChdBRgrpZiYsUFOzyVJhpfmXAm26ZBW4bnfV97uYQg== =SvdI -----END PGP SIGNATURE----- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
