On 2/15/07, Rabbi <[EMAIL PROTECTED]> wrote:
               MemSet(&event, sizeof(EventType), 0);

should be:

               MemSet(event, sizeof(EventType), 0);

your passing the address of a pointer - which you should NOT be passing.

--
// Aaron Ardiri

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to