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

Is there a better way to structure post methods in Class Based Views -

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

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