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
Post a Comment