Einzelnen Beitrag anzeigen

mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.858 Beiträge
 
Delphi 11 Alexandria
 
#82

AW: Wer braucht Delphi XE - go back to the roots!

  Alt 3. Sep 2010, 11:59
Nur das kann man halt nicht trennen, da das auf jeden Fall Änderungen an der RTL/VCL nach sich zieht.
Idealerweise muss man auch umfangreiche Änderungen an der Compiler-Architektur machen ( Trennung Front/Back-End)
Alt:
Code:
-Compiler für Delphi/Win32/x86
-Compiler für C++/Win32/x86
Nächster Schritt
-Compiler für Delphi/Win64/x86
-Compiler für MacOS(32Bit)/x86
Dann:
-Compiler für Delphi       Win32/x86
-Compiler für C++           Win64/x86
                        -> MacOS 32Bit
                            MacOS 64Bit
                            Linux ...
Ziel:
-Compiler für Delphi       Win32
-Compiler für C++           Win64       
-Compiler für xxx      -> MacOS 32   -> x86 
                            MacOS 64      Arm
                            Linux ...
Markus Kinzler
  Mit Zitat antworten Zitat