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

DbxJsonUtils.pas fails to build in pre-Generic Delphi versions #62

Closed darianmiller closed 8 years ago

darianmiller commented 8 years ago

'Type' is outside the {$IFDEF USE_GENERICS} block, so if generics aren't available, compiler error in Delphi 2007: "Identifier expected but 'IMPLEMENTATION' found"

RobertoSchneiders commented 8 years ago

@darianmiller thanks for report that, can you send us a pull request?

darianmiller commented 8 years ago

Ok, pull request created...failed to include issue number in comment.

RobertoSchneiders commented 8 years ago

No problem, thanks for contributing.