Application error handling is overriden for unknown purpose #24

Open
opened 2019-09-09 08:23:24 +00:00 by JernejL · 1 comment
JernejL commented 2019-09-09 08:23:24 +00:00 (Migrated from github.com)

github.com/BeRo1985/besen@4d55f34fb3/src/BESENParser.pas (L118)

ErrorProc is set to nil here, is there a reason for this? It took me white a while to figure this out why i was losing my runtime error handler.

https://github.com/BeRo1985/besen/blob/4d55f34fb3b0e9aa7e18ca0b18dd40d813d4d23c/src/BESENParser.pas#L118 ErrorProc is set to nil here, is there a reason for this? It took me white a while to figure this out why i was losing my runtime error handler.
JernejL commented 2019-09-10 06:33:08 +00:00 (Migrated from github.com)

ErrorProc is a proc pointer in system unit and not a class property / var
https://www.freepascal.org/docs-html/rtl/system/errorproc.html

ErrorProc is a proc pointer in system unit and not a class property / var https://www.freepascal.org/docs-html/rtl/system/errorproc.html
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/besen#24
No description provided.