Share

UniRed

Tracker: Patches

5 Compiling with Delphi7 and Delphi2005 - ID: 1206563
Last Update: Tracker Item Submitted ( nobody )

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}.


Nobody/Anonymous ( nobody ) - 2005-05-22 15:54

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.