* 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 () and Castalia () 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).
Attributes | Values |
---|
rdfs:label
| - Borland Compiler Conditional Defines
|
rdfs:comment
| - * 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 () and Castalia () 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).
|
dcterms:subject
| |
dbkwik:delphi/prop...iPageUsesTemplate
| |
abstract
| - * 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 () and Castalia () 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 ; For C++Builder and Turbo C++ and Turbo C release dates, see CppBuilder Release Dates ... Note: Version 13.0 never released
|