Menu

#3 Free Pascal patch for Log4D.pas

open
None
5
2014-05-17
2014-05-17
No

Free Pascal (2.6.x) fails to compile Log4D.pas because of unknown identifiert TCLassList.

This fixes the problem:

Line 64-66 old:
{$IFDEF DELPHI5_UP}
Contnrs,
{$ENDIF}

new:
{$IFDEF HAS_UNIT_CONTNRS}
Contnrs,
{$ENDIF}

Discussion


Log in to post a comment.