delphi - How to get compiler version symbol -


except constants rtlversion , compilerversion there way how version symbol ver320 instead of following code?

'ver' + inttostr(trunc(compilerversion * 10)) 

the simple answer question no. there no mechanism code enumerate conditional symbols.

your current approach best can do, subject there being no guarantee future release of compiler follow current verxxx convention.

of course, may report compiler version directly.


Comments

Popular posts from this blog

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -