<p>Am 01.12.2014 10:33 schrieb "Hans-Peter Diettrich" <<a href="mailto:DrDiettrich1@aol.com">DrDiettrich1@aol.com</a>>:<br>
> Another one:<br>
> Delphi XE does not export the CP_xxx encoding constants from System.pas. This means that the encoding constants are not available in (compatible) user code.</p>
<p>It's not the first and likely not the last we export from a different unit than Delphi. There will *always* be differences which already starts with Integer that is declared as an alias to LongInt in the ObjPas unit in FPC.</p>
<p>> CP_NONE is declared in Windows.pas for clipping, as:<br>
>   CP_NONE      = 0;     { No clipping of output             }<br>
> different from the CP_NONE encoding ($FFFF).</p>
<p>Do they really not have a CP_NONE constant in System?</p>
<p>Regards,<br>
Sven</p>