AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Programmieren allgemein Delphi JSON UInt64 convert error QP
Thema durchsuchen
Ansicht
Themen-Optionen

JSON UInt64 convert error QP

Ein Thema von KodeZwerg · begonnen am 4. Aug 2023 · letzter Beitrag vom 4. Aug 2023
Antwort Antwort
Benutzerbild von Union
Union

Registriert seit: 18. Mär 2004
Ort: Luxembourg
3.492 Beiträge
 
Delphi 7 Enterprise
 
#1

AW: JSON UInt64 convert error QP

  Alt 4. Aug 2023, 08:54
Leider ist das alles in System.pas und läßt sich nicht einfach korrigieren. Den pragmatischen Vorschlag von Uwe finde ich daher ganz ok.
Ibi fas ubi proxima merces
sudo /Developer/Library/uninstall-devtools --mode=all
  Mit Zitat antworten Zitat
Stolle58

Registriert seit: 4. Aug 2023
Ort: Frankfurt
35 Beiträge
 
Delphi 11 Alexandria
 
#2

AW: JSON UInt64 convert error QP

  Alt 4. Aug 2023, 09:28
Man könnte sich, aber auch selbst einen class helper schreiben:

Code:
type
  TJSONNumberHelper = class helper for TJSONNumber
  public
    constructor Create(const Value: UInt64); overload;
  end;


{ TJsonNumberHelper }

constructor TJSONNumberHelper .Create(const Value: UInt64);
begin
  inherited Create(Value.ToString);

end;
Reinhold
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:03 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz