home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
zkuste
/
delphi
/
komprese
/
zip
/
DELZIP12.ZIP
/
DOC.ZIP
/
DEBUG.TXT
< prev
next >
Wrap
Text File
|
1997-09-28
|
1KB
|
37 lines
A note on debugging your application using TZipMaster:
If there's anything wrong with your event handler procedures,
you may get an error message from Windows saying something
is wrong with one of the DLLs.
This is because the DLLs become the "active program" when they
are busy, and your event handlers are "slave" functions/procedures.
Any serious errors in your event handlers will be reported as
problems with the "active program", which is the DLL.
Don't forget that you can trace through the DLLs using TZipMaster's
"Trace" property. "Trace" reports progress messages through your
OnMessage event handler. This is a very handy option.
NT Debug Anomaly:
Under Windows NT, if you run your application from the IDE,
it will sometimes stop as if you had a breakpoint set. You
may see an error concerning the RTL heap. This seems to
be caused by a difference between Microsoft's Runtime Library
and Borland's.
I don't know how to prevent this, but there is no problem in
running your application outside of the IDE. If anyone figures
out exactly why this happens, please send me e-mail!
Eric W. Engler
englere@swcp.com