Home / errorsys() my ver
Name Modified Size InfoDownloads / Week
Parent folder
errorsys-good.prg 2020-09-28 17.6 kB
README.txt 2019-12-05 604 Bytes
Totals: 2 Items   18.2 kB 1
Most likely everyone has a version of an error system running to replace 
the stock Harbour one, or should have. This is my version.


ErrorSys(). From PD versions (a lot from the xhb). Is still PD.
By Mike Knowles, 12/5/2019. For hb3.4, should be ok with hb3.0.

#include nothing
#define  nothing
#addlib  no

PROCEDURE main()   //  your program 
ERRORSYS()         <<< add this
developing_l = .T. <<< and this if you want the alert
                       otherwise, it does the user style alert.

If *.log file exists, it writes a short summary of the error.

About 540 lines of code.
Source: README.txt, updated 2019-12-05