Unable to compile a sample project after checking out revision 57.
In the ObjectsMappers.pas file the DuctListU appears inside of the defined
block. I assume you meant only to have the FireDAC units in the block?
When I remove it and place it before the defined block it compiles without any
issues.
{$IF Defined(VER260)}
, DuckListU
, FireDAC.Comp.Client
, FireDAC.Stan.Param
{$IFEND};
Original issue reported on code.google.com by vente...@gmail.com on 25 Feb 2014 at 3:45
Original issue reported on code.google.com by
vente...@gmail.com
on 25 Feb 2014 at 3:45