I am using Codewarrior 9.3. I am trying to figure out how to use the DIA and am checking for the pin feature using the following code.
error = FtrGet(appFileCreator, pinFtrAPIVersion, &pinVersion); if (error) pinVersion = 0; When I compile the pinFtrAPIVersion constant isn't recognized so I include the PenInputMgr.h header file. I get than get errors in the PenInputMgr.h file like this. Error : ';' expected PenInputMgr.h line 85 PINS_TRAP(pinPINGetInputAreaState); Can anyone tell me what I am missing here? I'm not a rookie but I feel like it with this DIA stuff if I can't even get this to work. Thanks. Jamie -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
