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
Original issue reported on code.google.com by
mottadel...@gmail.com
on 21 Dec 2011 at 11:11