AArhin / delphimvcframework

Automatically exported from code.google.com/p/delphimvcframework
0 stars 0 forks source link

Version R57 does not compile #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thank you, fixed

Original comment by daniele....@gmail.com on 7 Mar 2014 at 10:52