danieleteti / delphiredisclient

Redis client for Delphi
Apache License 2.0
307 stars 133 forks source link

Support for Delphi XE6 #6

Closed pszawa closed 3 years ago

pszawa commented 7 years ago

Hi,

XE6 are no longer supported? When I try to build delphiredisclient I got:

[dcc32 Error] Redis.Values.pas(191): E2008 Incompatible types
[dcc32 Error] Redis.Values.pas(196): E2016 Array type required
[dcc32 Error] Redis.Values.pas(206): E2008 Incompatible types
[dcc32 Error] Redis.Values.pas(208): E2430 for-in statement cannot operate on collection type 'T'
[dcc32 Error] Redis.Values.pas(210): E2003 Undeclared identifier: 'ToString'
[dcc32 Error] Redis.Values.pas(221): E2010 Incompatible types: 'string' and 'T'
[dcc32 Error] Redis.Values.pas(228): E2008 Incompatible types
[dcc32 Error] Redis.Values.pas(233): E2016 Array type required
[dcc32 Fatal Error] F2063 Could not compile used unit 'Redis.Values.pas'
SirAlex commented 7 years ago

Latest version in not compatible with Delphi XE8 also.

daniloteodoro commented 7 years ago

Same in Delphi 10 Seattle redis_error

danieleteti commented 3 years ago

The support is for the latest version (tokyo, rio, sydney). I don't have anymore older versions. If someone wants to extend support for older version is welcome.