I have a construct:
{$ifopt FINITEFLOAT ON} {$message 'FINITEFLOAT option ON' } {$else } {$message 'FINITEFLOAT option OFF' } {$endif }
in my source and it will not compile! It must be something stupid. Mistake:
E1030 Invalid compiler directive: '$ IFOPT'
on the first line, but this is the FINITEFLOAT he is complaining about. It seems you cannot specify anything other than single-letter directives such as R +, etc. As an argument to IFOPT.
Did I miss something?
delphi syntax-error delphi-2006 compiler-options
rossmcm
source share