- The types used for functions and variables seem to be different. For example, it looks like DWord and Ptr are undefined, but equivalent to UInt32 and MemPtr. Is there a list of such correspondences?
This is an issue with using the Palm OS 3.5 and later SDKs. If you're still on a very old CW version, it's likely that you're using an SDK that doesn't cover current devices. There's a lot of information in the forum archives from 2000 and 2001 about doing this conversion.
- I used rsrc2rcp to convert my CW resource file. It looks OK, I think, with the exception of color icons. There are a number of files with the extension ".pbitm", which I assume are the color icons. Looking at the documentation for build-prc, I do not see that it can incorporate files of that type. How do I translate and incorporate color icons?
build-prc doesn't process icons. pilrc does. Look at the pilrc documentation for details on the bitmap formats that it supports.
- When I try to compile, I get an error "`#include' expects "FILENAME" or <FILENAME>". That is exactly the format of my includes, and is the same as the format in the example. How do I figure out what is causing this?
I'm not sure about the prc-tools port for Mac OS X, but you may need to convert your source files so they have UNIX-style line endings.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
