Einzelnen Beitrag anzeigen

Benutzerbild von Uwe Raabe
Uwe Raabe

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

AW: RAD Studio 2015 Developer survey

  Alt 21. Aug 2015, 15:09
Es spricht ja nichts dagegen, parallel zum Win32/Win64-Compiler noch je einen Win32Arc/Win64Arc-Compiler zu verwenden. Man legt dann einfach zwei neue Plattformtypen an. Wenn man sich mal die PlattformAPI.pas von XE8 ansieht, ist das offenbar nicht so weit hergeholt:

Delphi-Quellcode:
const
  { Universal platform ids }
  cWin32Platform = 'Win32';
  cWinNX32Platform = 'WinNX32';
  cWinIoT32Platform = 'WinIoT32';
  cOSX32Platform = 'OSX32';
  cWin64Platform = 'Win64';
  cLinux32Platform = 'Linux32';
  cAndroidPlatform = 'Android';
  ciOSSimulatorPlatform = 'iOSSimulator';
  ciOSDevice32Platform = 'iOSDevice32';
  ciOSDevice64Platform = 'iOSDevice64';
  ciOSDevicePlatform = ciOSDevice32Platform;
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat