If you look a few messages down (I asked the same question a few days ago). In short, you should not need to include the PenInputMgr.h file, if you do, then there is a problem with the pre-compiled headers.
Please look for that message, Subject "PenInputMgr.h - Cannot Include." thanks - bill "Jamie Macleod" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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/
