AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Cross-Platform-Entwicklung compile Lockbox with compiler settings LINUX
Thema durchsuchen
Ansicht
Themen-Optionen

compile Lockbox with compiler settings LINUX

Ein Thema von bernhard_LA · begonnen am 13. Jul 2023 · letzter Beitrag vom 13. Jul 2023
Antwort Antwort
bernhard_LA

Registriert seit: 8. Jun 2009
Ort: Bayern
1.123 Beiträge
 
Delphi 11 Alexandria
 
#1

compile Lockbox with compiler settings LINUX

  Alt 13. Jul 2023, 15:13
ich kann leider TurboPower LockBox nicht für LINUX compilieren


Delphi-Quellcode:
function Add_uint64_WithCarry( x, y: uint64; var Carry: Boolean): uint64;
function Add_uint32_WithCarry( x, y: uint32; var Carry: Boolean): uint32;

function Subtract_uint64_WithBorrow( x, y: uint64; var Borrow: Boolean): uint64;
function Subtract_uint32_WithBorrow( x, y: uint32; var Borrow: Boolean): uint32;

function BitCount_8 ( Value: byte): integer;
function BitCount_16( Value: uint16): integer;
function BitCount_32( Value: uint32): integer;
function BitCount_64( Value: uint64): integer;
function CountSetBits_64( Value: uint64): integer;

Fehlermeldung:


Delphi-Quellcode:
[DCC Error] uTPLb_IntegerUtils.pas(46): E2065 Unsatisfied forward or external declaration: 'Add_uint64_WithCarry'
[DCC Error] uTPLb_IntegerUtils.pas(47): E2065 Unsatisfied forward or external declaration: 'Add_uint32_WithCarry'
[DCC Error] uTPLb_IntegerUtils.pas(49): E2065 Unsatisfied forward or external declaration: 'Subtract_uint64_WithBorrow'
[DCC Error] uTPLb_IntegerUtils.pas(50): E2065 Unsatisfied forward or external declaration: 'Subtract_uint32_WithBorrow'
  Mit Zitat antworten Zitat
peterbelow

Registriert seit: 12. Jan 2019
Ort: Hessen
672 Beiträge
 
Delphi 11 Alexandria
 
#2

AW: compile Lockbox with compiler settings LINUX

  Alt 13. Jul 2023, 16:55
ich kann leider TurboPower LockBox nicht für LINUX compilieren


Delphi-Quellcode:
function Add_uint64_WithCarry( x, y: uint64; var Carry: Boolean): uint64;
function Add_uint32_WithCarry( x, y: uint32; var Carry: Boolean): uint32;

function Subtract_uint64_WithBorrow( x, y: uint64; var Borrow: Boolean): uint64;
function Subtract_uint32_WithBorrow( x, y: uint32; var Borrow: Boolean): uint32;

function BitCount_8 ( Value: byte): integer;
function BitCount_16( Value: uint16): integer;
function BitCount_32( Value: uint32): integer;
function BitCount_64( Value: uint64): integer;
function CountSetBits_64( Value: uint64): integer;

Fehlermeldung:


Delphi-Quellcode:
[DCC Error] uTPLb_IntegerUtils.pas(46): E2065 Unsatisfied forward or external declaration: 'Add_uint64_WithCarry'
[DCC Error] uTPLb_IntegerUtils.pas(47): E2065 Unsatisfied forward or external declaration: 'Add_uint32_WithCarry'
[DCC Error] uTPLb_IntegerUtils.pas(49): E2065 Unsatisfied forward or external declaration: 'Subtract_uint64_WithBorrow'
[DCC Error] uTPLb_IntegerUtils.pas(50): E2065 Unsatisfied forward or external declaration: 'Subtract_uint32_WithBorrow'
Der Lockbox-Kode erkennt Linux als Platform nur wenn das Symbol LINUX64 für diese Platform definiert ist. Du kannst das notfalls händisch in die Projektkonfiguration eintragen, aber eigentlich sollte der Compiler das interern tun wenn der Support für diese Platform installiert ist.
Peter Below
  Mit Zitat antworten Zitat
Benutzerbild von Uwe Raabe
Uwe Raabe

Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.024 Beiträge
 
Delphi 12 Athens
 
#3

AW: compile Lockbox with compiler settings LINUX

  Alt 13. Jul 2023, 17:07
Delphi 10.2 Tokyo Professional unterstützt kein Linux als Target. Das geht erst ab Enterprise.
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat
Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.166 Beiträge
 
Delphi 12 Athens
 
#4

AW: compile Lockbox with compiler settings LINUX

  Alt 13. Jul 2023, 18:35
Leider

Aber vielleicht wie bei mit?
Links steht stand früher mal mein eigenes Delphi (es es da noch den Unterschied gab)
und dann gibt's noch das auf Arbeit. (oder bei Manchen auch kostenlos runtergeladene Enterprise)
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests
  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 16:13 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz