|
@@ -75,6 +75,7 @@ resourcestring
|
|
|
SInvalidVarOpWithHResultWithPrefix = 'Invalid variant operation (%s%.8x)'+LineEnding+'%s';
|
|
|
SNoError = 'No error.';
|
|
|
SNoThreadSupport = 'Threads not supported. Recompile program with thread driver.';
|
|
|
+ SMissingWStringManager = 'Widestring manager not available. Recompile program with appropiate manager.';
|
|
|
SOSError = 'System error, (OS Code %d):'+LineEnding+'%s';
|
|
|
SOutOfMemory = 'Out of memory';
|
|
|
SOverflow = 'Floating point overflow';
|
|
@@ -211,6 +212,7 @@ begin
|
|
|
230 : Result:=SSafecallException;
|
|
|
231 : Result:=SExceptionStack;
|
|
|
232 : Result:=SNoThreadSupport;
|
|
|
+ 233 : Result:=SMissingWStringManager;
|
|
|
|
|
|
255 : Result:=SFallbackError;
|
|
|
|