Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu
Online

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

Re: aktuelle Compiler-version herausfiden

  Alt 31. Okt 2005, 02:57
Das Symbol VER110 gehört zum C++-Compiler.
Dieses is analog zum VER93 und VER125, wobei es seit VER130 die Compiler für Delphi und C++ die selbe Versionsnummer besitzen und ab da das BCB für die Unterscheidung eingeführt wurde.

Code:
MSWINDOWS + VER80         = Delphi 1         Compiler v1
MSWINDOWS + VER90         = Delphi 2         Compiler v2
MSWINDOWS + VER93         = C++Builder 1     Compiler v2
MSWINDOWS + VER100        = Delphi 3         Compiler v3
[color=red]MSWINDOWS + VER110        = C++Builder 3     Compiler v3.5[/color]
MSWINDOWS + VER120        = Delphi 4         Compiler v4
MSWINDOWS + VER125        = C++Builder 4     Compiler v4
MSWINDOWS + VER130        = Delphi 5         Compiler v5
MSWINDOWS + VER130 + BCB = C++Builder 5     Compiler v5
MSWINDOWS + VER140        = Delphi 6         Compiler v6
MSWINDOWS + VER140 + BCB = C++Builder 6     Compiler v6
LINUX    + VER140        = Kylix 2          Compiler v6
MSWINDOWS + VER150        = Delphi 7         Compiler v7
MSWINDOWS + VER150 + BCB = C++Builder 7     Compiler v7
LINUX    + VER150        = Kylix 3          Compiler v7
...
Weitere Informationen z.B. unter Compilerversionen?.
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests
  Mit Zitat antworten Zitat