* better error message for runtime errors 202 and 210, resolves

git-svn-id: trunk@48438 -
This commit is contained in:
florian 2021-01-27 21:28:55 +00:00
parent 5e7291af15
commit 706e72e1fd

View File

@ -90,13 +90,13 @@ const
SNoDynLibsSupport = 'Dynamic libraries not supported. Recompile program with dynamic library driver.';
SMissingWStringManager = 'Widestring manager not available. Recompile program with appropriate manager.';
SSigQuit = 'SIGQUIT signal received.';
SObjectCheckError = 'Object reference is Nil';
SObjectCheckError = 'Object reference is Nil or VMT is damaged';
SOSError = 'System error, (OS Code %d):'+LineEnding+'%s';
SOutOfMemory = 'Out of memory';
SOverflow = 'Floating point overflow';
SPrivilege = 'Privileged instruction';
SRangeError = 'Range check error';
SStackOverflow = 'Stack overflow';
SStackOverflow = 'Stack overflow or stack misalignment';
SSafecallException = 'Exception in safecall method';
SiconvError = 'iconv error';
SThreadError = 'Thread error';