Hat sich erledigt. Troy, der Coder von den TNT_Controls hat mir die Lösung gesagt:
Zitat:
In TntSysUtils.pas you'll see that I don't include Tnt_WideFormat for Delphi 2005 (9) and newer. This is because you can use WideFormat safely as it has been fixed.
All the code for Tnt_WideFormat is enclosed by this:
{$IFNDEF COMPILER_9_UP}
...
{$ENDIF}
--Troy
... somit werde ich nun WideFormat hernehmen ...