thecocce / delphi-orm

Automatically exported from code.google.com/p/delphi-orm
0 stars 0 forks source link

Refactoring in MappingCreator #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Delphi XE 

I compiling MappingCreator and I have same error Unit not found 

I have removed same prefix System. in the code and Vcl.

I see that this issue is removed from Daniele with compiling directive.

Can you add this directive in the code ?

{$IF CompilerVersion > 22}
  System.Generics.Collections
{$ELSE}
  Generics.Collections
{$IFEND}

Removed this prefix the program run fine!

Original issue reported on code.google.com by mottadel...@gmail.com on 21 Dec 2011 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by daniele....@gmail.com on 27 Dec 2011 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by daniele....@gmail.com on 3 Jan 2012 at 1:59