You would probably have an problem with you rmemory assignment.
Especially the MEmhandleLock and MemHAndleUnlock. Is your Memory
structure big enough. Just trie a bigger one. 

Patrick

>>> [EMAIL PROTECTED] 04/28/00 06:20AM >>>
In a list drawing callback, I've got the following event loop:

EventType       event;

if ( EvtEventAvail ( ))
{
        EvtGetEvent ( &event, 0 );
        if ( event.eType == keyDownEvent )
        {

// do some stuff

}       }

Whenever the drawback gets called, if there's an event available, 
EvtGetEvent throws the following error with POSE 3.0a6 and the 3.5 
color debug ROM with a IIIc skin:

<Your program> has just read directly from an unallocated chunk of
memory.

Anyone have any ideas what the problem might be? Thanks.

Regards,
Steve Mann
-- 
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com 

-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html 


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to