[EMAIL PROTECTED] writes:

> Hey there all, in my app (running through POSE) I recieve the error message 
> "myApp has just performed an illegal operation. It performed a "bus error"." 
> What does this mean? AFAIK, my code is perfect (although I hear that's what 
> they all say)...

Well, your code is not perfect if it causes a bus error, by definition.

Note that when you run under some of the later debug roms, they
deliberately map the window to an address that will cause a bus error if
you try to draw an object before the first FrmDrawForm is called. Look
for drawing of fields and such in your frmOpenEvent handler. The Debug
button in pose will also let you figure out what line of code you bus
errored on.

-- 
Dave Carrigan ([EMAIL PROTECTED])            | Yow! My ELBOW is a remote FRENCH
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | OUTPOST!!
Seattle, WA, USA                            | 
http://www.rudedog.org/                     | 

-- 
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