Oh, my error I keep getting says illegal implicit conversion from int to short*
case penMoveEvent:
int x,y;
int penX,penY;
Boolean penDown;
/* Here is the error*/ EvtGetPen(penX, penY, penDown);
penX=x;
penY=y;
WinDrawLine (penX,penY,x,y);
break;
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Please fix my penX and penY code. DrumBSF
- RE: Please fix my penX and penY code. DrumBSF
- RE: Please fix my penX and penY code. Kapil Konde
- Re: Please fix my penX and penY code. Viraj Chatterjee
- Re: Please fix my penX and penY code. Ritesh Sinha
- RE: Please fix my penX and penY code. Brian Smith
- Re: Please fix my penX and penY code. Viraj Chatterjee
- Re: Please fix my penX and penY code. Aaron Ardiri
- Re: Please fix my penX and penY code. Alan Ingleby
