Menu

#1 Compiling with Delphi7 and Delphi2005

open
nobody
None
5
2005-05-22
2005-05-22
Anonymous
No

Apart from the obvious changes to the required packages the
following lines need to be added to ur.inc:

{$ifdef VER150} // Delphi 7
{$define Delphi5}
{$define Delphi6}
{$endif}

{$ifdef VER170} // Delphi 2005
{$define Delphi5}
{$define Delphi6}
{$endif}

I'd suggest to switch to using the include file jedi.inc from project
Jedi instead, so the {$ifdef Delphi6} everywhere should be {$ifdef
Delphi6up}.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB