Hi,
  I've write an application for the Palm III, using CW5.
  But, when I quit the application with the "application button", I
  have an error : "The current application has just read directly from an
unallocated
  chunck of memory" and with the debugger, I have only this :
            0x10CD43BA( __Startup__ )
                0x10C0FA6C( SysAppStartup )
                0x10C4E4CA( UIReset )
                0x10C529AC( WinEraseWindow )
                0x10C53C58( WinEraseRectangle )
                0x10C53BCE( DrawRectangle )
                0x10C42DD2( ScrRectangleRoutine )

  I don't understand because my StopApplication is very easy
  static void StopApplication(void) {
         serialClosePort() ;
         FrmCloseAllForms();
  }

  can anyone help me ?


Thanks.

Reply via email to