mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 15:31:41 +02:00
* better error message for runtime errors 202 and 210, resolves #38254
git-svn-id: trunk@48438 -
This commit is contained in:
parent
5e7291af15
commit
706e72e1fd
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user