> First thing I see:
> gMatchVar[4]; has array indexes of 0,1,2,3 as declared above. In your 
> loop
> in block 2, you are going 0,1,2,3,4. Oops.
> Which is right?  Your variable declaration, or your loop?

And there was the root of all my problems. I've been working principally 
in languages where declaring an array like that would create a 5 element 
array, 0-4. C tripped me up here! The other bus errors were evidently 
from other places where I'd loop through this construct, though the 
timing and POSE's response wasn't making it obvious that's what was 
going on.

Thanks a ton for the help, Scott!

Sean
------
Sean McMains ([EMAIL PROTECTED])
AIM: SeanMcTex
http://www.mcmains.net/ruminations/


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