Einzelnen Beitrag anzeigen

Benutzerbild von Uwe Raabe
Uwe Raabe

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

AW: Neue Roadmap September 2017 veröffentlicht

  Alt 18. Sep 2017, 11:26
Ist "Delphi ARC model on Windows" neu? War das letztes mal schon drin? Dass man unter Windows noch kein ARC haben kann hält mich bislang wirklich davon ab etwas größeres in Sachen Multi-Plattform mit Delphi überhaupt anzugehen.
Die Konstanten in PlatformConst.pas sind doch eine recht interessante Liste (man beachte WinNX32 oder die ARM-Varianten für Linux):
Zitat:
cWin32Platform = 'Win32';
cWinNX32Platform = 'WinNX32';
cWinIoT32Platform = 'WinIoT32';
cWinARMPlatform = 'WinARM';
cOSX32Platform = 'OSX32';
cWin64Platform = 'Win64';
cLinux32Platform = 'Linux32';
cAndroidPlatform = 'Android';
ciOSSimulatorPlatform = 'iOSSimulator';
ciOSDevice32Platform = 'iOSDevice32';
ciOSDevice64Platform = 'iOSDevice64';
ciOSDevicePlatform = ciOSDevice32Platform;
cLinux64Platform = 'Linux64';
cOSX64Platform = 'OSX64';
cLinux32ARMPlatform = 'Linux32ARM';
cLinux64ARMPlatform = 'Linux64ARM';
cAndroid64Platform = 'Android64';
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat