Am Fre, 2003-06-27 um 01.39 schrieb John Wilund: Hi,
> Does anyone know what's wrong with my code if I get this Error Message (@ a TT): > > Fatal Alert > Emul68KMain.c, Line:108, > divide by zero at address > 007B908C > > I've seen many Error Messages before but never this one!!! > > It happens the first time I Fill the screen with text in DoubleDensityMode..... I think it is safe to say that you are dividing by zero in your code at some point. On PalmOS 4 and earlier, this would have been catched by the processor, in PalmOS 5 with PACE handling the m68k code (Emul68kMain.c ...), there can be actually an output with the error message on the screen. -- Daniel Seifert <[EMAIL PROTECTED]> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
