[DUG] app terminating abruptly
Conor Boyd
lists at conor.org.uk
Wed Nov 30 11:03:23 NZDT 2005
In terms of logging, you could look at tracing using the OutputDebugString
method in the Windows unit (D5 anyway).
If you're outputting stuff via that method, you could pick it up in realtime
and remotely using something like DebugView from Sysinternals
(http://www.sysinternals.com/Utilities/DebugView.html)
HTH,
Conor
-----Original Message-----
From: delphi-bounces at ns3.123.co.nz [mailto:delphi-bounces at ns3.123.co.nz] On
Behalf Of Robert martin
You might also want to log where your code is running in a file log, this
might give you a hint as to where the error is occurring.
[snip]
More information about the Delphi
mailing list