mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 12:51:34 +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.';
|
SNoDynLibsSupport = 'Dynamic libraries not supported. Recompile program with dynamic library driver.';
|
||||||
SMissingWStringManager = 'Widestring manager not available. Recompile program with appropriate manager.';
|
SMissingWStringManager = 'Widestring manager not available. Recompile program with appropriate manager.';
|
||||||
SSigQuit = 'SIGQUIT signal received.';
|
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';
|
SOSError = 'System error, (OS Code %d):'+LineEnding+'%s';
|
||||||
SOutOfMemory = 'Out of memory';
|
SOutOfMemory = 'Out of memory';
|
||||||
SOverflow = 'Floating point overflow';
|
SOverflow = 'Floating point overflow';
|
||||||
SPrivilege = 'Privileged instruction';
|
SPrivilege = 'Privileged instruction';
|
||||||
SRangeError = 'Range check error';
|
SRangeError = 'Range check error';
|
||||||
SStackOverflow = 'Stack overflow';
|
SStackOverflow = 'Stack overflow or stack misalignment';
|
||||||
SSafecallException = 'Exception in safecall method';
|
SSafecallException = 'Exception in safecall method';
|
||||||
SiconvError = 'iconv error';
|
SiconvError = 'iconv error';
|
||||||
SThreadError = 'Thread error';
|
SThreadError = 'Thread error';
|
||||||
|
Loading…
Reference in New Issue
Block a user