since upgraded CW 9.x my code doesnt compile anymore with DIA support.
I got this errors and others.
Error : undefined identifier 'pinInputTriggerDisabled' card.c line 1000 oldPinTriggerState = CollapseSetTriggerStates(pinInputTriggerDisabled);
Error : ';' expected PenInputMgr.h line 85 PINS_TRAP(pinPINGetInputAreaState);
Error : ';' expected PenInputMgr.h line 88 PINS_TRAP(pinPINSetInputAreaState); Error : ';' expected
Error : ';' expected PenInputMgr.h line 99 PINS_TRAP(pinStatGetAttribute);
Error : undefined identifier 'winDisplayChangedEvent' Starter.c line 735 case winDisplayChangedEvent:
any idea on why this is happening?
It sounds like the CW update overwrote your Palm OS SDK with an older version. Just update to the current Palm OS 68K API SDK (Fall 2004) Release from the palmsource.com website, make sure you rebuild your precompiled headers, and try again.
-- 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 Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
