Open GoogleCodeExporter opened 9 years ago
I'd suggest use CompilerVersion to simplify simdesign.inc {$if CompilerVersion >= 15} {$define D7UP} {$endif} {$if CompilerVersion >= 18} {$define D10UP} // Delphi 2006 {$endif} {$if CompilerVersion >= 23} {$define D15UP} // Delphi XE2 {$endif}
Original issue reported on code.google.com by sx.a...@googlemail.com on 17 May 2014 at 12:51
sx.a...@googlemail.com
{$if CompilerVersion >= 22} {$define D15UP} // Delphi XE {$endif}
Original comment by sx.a...@googlemail.com on 17 May 2014 at 12:52
Original issue reported on code.google.com by
sx.a...@googlemail.com
on 17 May 2014 at 12:51