mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 14:47:21 +01:00
* clarified missing unicodestring manager error message
git-svn-id: trunk@32627 -
This commit is contained in:
parent
d3d78e6367
commit
db2a02fb63
@ -2238,8 +2238,8 @@ function UCS4StringToWideString(const s : UCS4String) : WideString;
|
||||
|
||||
{$ifndef FPC_HAS_BUILTIN_WIDESTR_MANAGER}
|
||||
const
|
||||
SNoUnicodestrings = 'This binary has no unicodestrings support compiled in.';
|
||||
SRecompileWithUnicodestrings = 'Recompile the application with a unicodestrings-manager in the program uses clause.';
|
||||
SNoUnicodestrings = 'This binary has no string conversion support compiled in.';
|
||||
SRecompileWithUnicodestrings = 'Recompile the application with a unit that installs a unicodestring manager in the program uses clause.';
|
||||
|
||||
procedure unimplementedunicodestring;
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user