I have a problem in a project that I have taken on. uLkJSON.pas
is used, but the problem is that the TFormatSetting
function is not present in the Delphi 6 version of the SysUtils
unit. Can this be updated?
The problem occurs at the point:
uses windows,
SysUtils,
{$IFNDEF KOL}
classes,
{$ELSE}
kol,
{$ENDIF}
variants;
type
TlkJSONtypes = (jsBase, jsNumber, jsString, jsBoolean, jsNull,
jsList, jsObject);
class function TlkJSON.GenerateText(obj: TlkJSONbase): string;
var
{$IFDEF HAVE_FORMATSETTING}
fs: TFormatSettings;
{$ENDIF}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…