Hello,
I'm trying to implement HiRes support for CLIE handhelds into my application
but have the following problem. I've included SonyCLIE.h to my CPP source
and tried to switch to HiRes mode. But when calling:
HRWinScreenMode(...)
this error is thrown during the compilation:
undefined reference to `HRTrapWinScreenMode'
I've tried to replace this constant by "sysLibTrapCustom + 48" and the
compilation succeded. This constant is defined in SonyCLIE.h a few lines
above the HRWinScreenMode declaration, so where is the problem?
BTW: What does this notation mean? (I'm just curious)
extern void HRWinDrawLine(UInt16 refNum, Coord x1, Coord y1, Coord x2, Coord
y2)
HR_TRAP (HRTrapWinDrawLine);
Petr
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/