Board index » cppbuilder » Exception call stack
MrT
![]() CBuilder Developer |
Exception call stack2004-02-18 06:33:06 AM cppbuilder64 Hi: Little confused. Anyone point me to something that would explain? In connecting to dial up, com failed and exception call stack: CheckException($1D7D51C,-4003) TApdCustomModem.CancelDialAnswer TfrmMain.HangUpModem TfrmMain.CancelBtnClick($1019444) TControl.Click After I continued, another exception call stack: TApdBaseDispatcher.PutChar('A') ModemPutXlatStr($1D96D50,'+++~~~ATH0^M') mPutModemCommand($1D96D50,'+++~~~ATH0^M') mHangupModem($1D96D50) TApdCustomModem.Hangup TfrmMain.HangUpModem TfrmMain.CancelBtnClick($1019444) TControl.Click I a confused aboust this part: TfrmMain.HangUpModem TfrmMain.CancelBtnClick($1019444) TControl.Click duplicated. Are there two distinct paths of execution associated with this? |