fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

build failed within Delphi7 as lack of ‘Generics.Collections’! #15

Closed kemp-john closed 11 years ago

kemp-john commented 11 years ago

I'm trying to build the project within D7, but it's seems impossible because it dont support 'Generics.Collections' in D7. Any ideas?

Thanks first!

fabriciocolombo commented 11 years ago

The build fails with the demo project? The demo is not compatible with Delphi 7, but the package and unit test should work. I checked here and seems to be ok. Delphi 7 does not support serialization to json, I intend to implement this soon, course is very limited compared to new RTTI, more is better than nothing.

kemp-john commented 11 years ago

Yes, it's failed with the demo project. I has tried the unit test and it works fine. Great job!!