zoukankan      html  css  js  c++  java
  • Delphi IDE 版本

    产品 compiler Version version bds
    2007-WIN32 VER 180 185 11 5.0  
    2009 VER 200 13 6.0
    XE VER 220 15 8.0
    XE7 VER 280 21

    15.0

           
    Product NameVersion

    Conditional Define

    CompilerVersion
    Embarcadero RAD Studio 10.1 Berlin 24.0 VER310 31
    Embarcadero RAD Studio 10 Seattle 23.0 VER300 30
    Embarcadero RAD Studio XE8 22.0 VER290 29
    Embarcadero RAD Studio XE7 21.0 VER280 28
    Embarcadero RAD Studio XE6 20.0 VER270 27
    Embarcadero RAD Studio XE5 19.0 VER260 26
    Embarcadero RAD Studio XE4 18.0 VER250 25
    Embarcadero RAD Studio XE3 17.0 VER240 24
    Embarcadero RAD Studio XE2 16.0 VER230 23
    Embarcadero RAD Studio XE 15.0 VER220 22
    Embarcadero RAD Studio 2010 14.0 VER210 21
    CodeGear C++ Builder 2009 12.0 VER200 20
    CodeGear Delphi 2007 for .NET 11.0 VER190 19?
    CodeGear Delphi 2007 for Win32 11.0 VER180 and VER185 18, 18.5
    Borland Developer Studio 2006 10.0 VER180 18
    Borland Delphi 2005 9.0 VER170 17
    Borland Delphi 8 for .NET 8.0 VER160 * 16
    C++BuilderX  ?  ?  
    Borland C#Builder 1.0 VER160 *  
    Borland Delphi 7 7.0 VER150 15
    Borland Kylix 3 3.0 VER140 **  
    Borland C++Builder 6  ? VER140 **(!!)  
    Borland Kylix 2 2.0 VER140 **  
    Borland Delphi 6 6.0 VER140 ** 14
    Borland Kylix 1.0 VER140 **  
    Borland C++Builder 5  ? VER130 ***  
    Borland Delphi 5 5.0 VER130 ***  
    Borland C++Builder 4  ? VER125  
    Borland Delphi 4 4.0 VER120  
    Borland C++Builder 3  ? VER110 ****  
    Borland Delphi 3 3.0 VER100  
    Borland C++ 5  ?  ?  
    Borland C++Builder 1  ? VER93  
    Borland Delphi 2 2.0 VER90  
    Borland C++ 4.5  ?  ?  
    Borland Delphi 1.0 VER80  
    Borland C++ 4  ?  ?  
    Borland Pascal 7 7.0 VER70  
    Borland C++ 3.1  ?  ?  
    Turbo Pascal for Windows 1.5 1.5 VER70  
    Turbo C++ for DOS 3  ?  ?  
    Borland C++ 3  ?  ?  
    Turbo C++ for Windows 3 (Win16)  ?  ?  
    Turbo Pascal for Windows 1.0 1.0  ???  
    Borland C++ 2  ?  ?  
    Turbo Pascal 6 6.0 VER60  
    Turbo C++ for DOS  ?  ?  
    Turbo C for DOS 2  ?  ?  
    Turbo Pascal 5.5 5.5 VER55  
    Turbo C for DOS 1.5  ?  ?  
    Turbo Pascal 5 5.0 VER50  
    Turbo Pascal 4 4.0 VER40  
    Turbo C for DOS  ?  ?  
    Turbo Pascal 3 3.0  ???  
    Turbo Pascal 2 2.0  ???  
    Turbo Pascal 1 1.0  ???  

    * This conditional define is shared by the Delphi compilers used to build C#Builder 1 and Delphi 8, which do not natively support Delphi for Win32. This define is used in the "IDE Integration Packs" that were released to Borland partners in order to allow IDE plugins like ModelMaker Code Explorer (http://www.modelmakertools.com/code-explorer/index.html) and Castalia (http://www.delphi-expert.com/castalia3) to be compiled.
    ** This conditional define is shared between C++Builder 6, Delphi 6, Kylix 1, 2, and 3 (Checking for the conditional define "LINUX" helps to determine whether the compiler is Kylix or Delphi and "BCB" can be used to determine if C++Builder is being used).
    *** This conditional define is shared with C++Builder 5
    **** C++Builder 3.0 used VER110 (it had its own version of the Delphi compiler included).

    **** CompilerVersion (Delphi 6 or later) can be used with conditional directives like

    {$IF CompilerVersion >= 20}  {$DEFINE CanUnicode}  {$IFEND}

    or using code:

    if System.CompilerVersion >= 22 then  <do something>;

    For C++Builder and Turbo C++ and Turbo C release dates, see CppBuilder Release Dates ...

    Note: Version 13.0 never released

  • 相关阅读:
    设计模式——观察者模式
    安卓xml动画
    部署在weblogic上的springboot项目上传文件(servlet方式)
    Spring Boot 部署到weblogic 12c
    SpingBoot+Druid监控页面打不开(404)
    DAY49-前端入门-浮动布局案例、z-index、flex布局、响应式布局、过渡与动画
    DAY48-前端入门-文档流、浮动布局、清浮动、流式布局、定位布局
    DAY46-前端入门-组合选择器、标签a_img_list、盒模型、伪类、盒模型布局
    DAY45-前端入门-css的三种引用方式以及优先级、样式与长度颜色、常用样式、css选择器
    DAY44-前端入门-前端三剑客、第一个页面、常用标签、标签分类
  • 原文地址:https://www.cnblogs.com/CodeGear/p/4269859.html
Copyright © 2011-2022 走看看