Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Complete list of defines for Delphi versions

Does anyone know of a good place where I can find the complete list of version defines for all the Delphi versions, right up to Delphi 2009?

like image 309
Gustavo Carreno Avatar asked Apr 15 '09 08:04

Gustavo Carreno


2 Answers

A very, very good Delphi version include file is the jedi.inc from the the JEDI Code Library (JCL).

It is always up-to-date and has directives like DELPHI2009 or DELPHI14_UP, ... and it includes a lot of "Feature Directives" like SUPPORTS_INT64 or SUPPORTS_UNICODE_STRING.

Here is the link to the repository.

like image 139
ulrichb Avatar answered Sep 25 '22 14:09

ulrichb


Here is a list I found that one could expect to be kept up to date:

http://docwiki.embarcadero.com/RADStudio/en/Compiler_Versions

like image 34
johnny Avatar answered Sep 25 '22 14:09

johnny