I installed CW 9+9.2+9.3 on a PC in a directory parallel to CW8.3; plain install, with nothing special, not even the SDK. After building BuildAll.mcp, I opened my 8.3 project, that CW 9.3 upgraded after asking me so. Now, when I compile it, I get 900 errors relating to unknown basic types (BOOL, Err, etc.) in the SDK. What's the trick to successfully migrate a CW8.3 project to CW9.3?
It sounds like you need to fix the access paths of your project. Make sure you've got your system paths setup like:
{Compiler}Palm OS Support
{Compiler}CW for Palm OS SupportIf you don't, you'll not get the header files included in the right order.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
