> Don't think you will have much of a problem transporting your > source code, but the resource editor is a different format.
There are conversion tools to take your CW resource files (.rsrc) and convert them to the new XML (.xrd) format. If you are using PilRC, the conversion process takes your execuatble PRC and decompiles it into XML. There is a GUI tool called GenerateXRDApp, a command line tool called GenerateXRD, and the functionality is built into PODS 'import project' function as well. PODS uses the gcc compiler for code generation. There are some significant differences between CW and gcc. If you are using the Palm Object Library (POL) that shipped with CW, you will not be able to use PODS yet. If your CW code compiles with no warnings and if you turn on some of the strict compilation options in CW, you will be 90% there. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
