At 08:44 PM 10/19/2003, Edward P. Ross wrote:
Greetings everyone -

I migrated to a new PC this evening (I am using Codewarrior 9) - and when
installing the SDK it told me that it couldn't find an installation of
CodeWarrior on my system. So I installed the SDK and copied over the files
manually according to the readme file. However, when I try to compile I get the
following types of errors - almost as if there's something I missed. I double
checked the files and nothing seems out of the ordinary. Does anyone have any
idea where I can start to look?


Error   : undefined identifier 'pinCreator'
CollapseUtilsSony.cpp line 41    error = FtrGet(pinCreator, pinFtrAPIVersion,
&version);

When you get errors like this, a good first step is to check to see that your project is using the new headers. A common problem would be installing the new headers without rebuilding the "Build All.mcp" project, which will rebuild the runtime libraries, precompiled headers, and MSL libraries against the new header set. Check your C/C++ Compiler settings, and if you're using one of the standard precompiled headers, this is likely the cause.


If you're installing updates, the preferred order is

        CW for Palm OS 9.0
        CW for Palm OS 9.2
        Palm OS SDK 5.0 R3

then, Build All.mcp. You may get an error here in building the MSL project. If so, just copy the "PalmOS_Headers" file from "CW for Palm OS Support/Precompiled Headers" to "Palm OS Support/Incs", then build again.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to