Open GoogleCodeExporter opened 9 years ago
It now compiles if I change the following is gplists.pas:
{$IF CompilerVersion <= 22} //D2009 //was 20, setting it to 22 allows XE
compile
{$DEFINE GpLists_LimitedGenerics}
{$IFEND}
Not sure if this is a good fix, and I am testing my code now for leaks and
stability. It looks like setting it to 22 forces XE to use limited generics.
Original comment by supp...@controlmynikon.com
on 9 Mar 2014 at 3:36
Original issue reported on code.google.com by
supp...@controlmynikon.com
on 9 Mar 2014 at 1:14