Hello I'm having problems with this error...  Can anyone tell me what this 
means?

I suspect this part of my code to cause the problem.


Boolean Get_One_Buffer(unsigned char* buffer)
{

        activeBuf->isFull = 0;
        MemMove(buffer, activeBuf->buf, IN_BUFFER_SIZE);
        activeBuf = Get_Next_Full_Buffer();

}


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

Reply via email to