AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Delphi 64

Ein Thema von DSCHUCH · begonnen am 1. Feb 2011 · letzter Beitrag vom 9. Feb 2011
 
Benutzerbild von s.h.a.r.k
s.h.a.r.k

Registriert seit: 26. Mai 2004
3.159 Beiträge
 
#6

AW: Delphi 64

  Alt 1. Feb 2011, 15:09
Da seit XE die Default-Voreinstellungen für das Ausgabeverzeichnis
Code:
.\$(Config)\$(Platform)
ist, was sich dann z.B. so darstellt
Code:
.\DEBUG\Win32
lässt auch darauf schließen, dass es langsam ernst wird mit x64 (oder auch OSX).

Schön wäre es ja
Hab auch mal die Source in der XE-Version durchgeschaut und da sind schon einige Stellen bzgl. OS X und Posix drin. Kleiner Auszug aus der SysUtils:
Delphi-Quellcode:
{$IFDEF MSWINDOWS}
  Windows,
{$ENDIF MSWINDOWS}
{$IFDEF POSIX}
  Types, PosixBase, PosixDirent, PosixDlfcn, PosixFcntl, PosixErrno, PosixLanginfo,
  PosixLocale, PosixPthread, PosixSignal, PosixStdio, PosixStdlib, PosixString,
  PosixSysStat, PosixSysTime, PosixSysTypes, PosixTime, PosixUnistd, PosixUtime,
  PosixWchar, PosixWctype, PosixWordexp, PosixGlue, PosixTodo, PosixIconv, Unwinder,
{$ENDIF POSIX}
{$IFDEF MACOS}
  Mach, CoreServices, CoreFoundation,
{$ENDIF MACOS}
  SysConst;

{ If defined, we enable O/S hardware exception handling support on POSIX platforms
  that support it. }

{$IF Defined(LINUX) or Defined(MACOS)}
{$DEFINE ENABLE_SIGNAL_HANDLING}
{$IFEND LINUX or MACOS}
»Remember, the future maintainer is the person you should be writing code for, not the compiler.« (Nick Hodges)
  Mit Zitat antworten Zitat
 


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 03:37 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