> By the way, you were right - the Converted sample program was trying to build > a MAC project. I changed it to build a PalmOS > project, and now I'm getting an error about an undefined symbol "__Startup__" > in module "__DummyStartup__". I don't even know > where to begin looking on how to fix this one.
I *think* this is a reference to a code in a standard lib that ships with CodeWarrior. In the "Fiels" view look for "Libraries" branch. It should list all standard libs you link your project with. In my case it's "PalmOSRuntime_2i_A4A5.lib". If you don't have that or something similar, you can try to find it on the disk and add explicitly. But beware: there are different libs for different types of projects. Dive into docs (section /Palm OS/Working With Librarires/Runtime Libraries" if you launch Help/Online manuals in CW 9) to understand which one applies to your case. Or you can save yourself trouble by creating an empty project from scratch and add your source files to it. Krzysztof Kowalczyk | http://blog.kowalczyk.info -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
