On Monday 02 July 2001 16:26, Scott Brooks wrote:

> The function it stops on does have a few MemHandleNew()'s but I think I am
> locking and unlocking all properly.  Bus error means I'm trying to access a
> forbidden or an unexisting memory address, right?
>
> Any ideas as to the cause of this?

It may also be caused when you try to access a WORD or DWORD value on an odd 
address.
You are maybe using a pointer on (U)Int16 or (U)Int32 values which point on 
an odd address.

Try your code under the emulator, you should have much more information about 
the error you have, like which address you are accessing to.

-- 
Daniel Morais

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

Reply via email to