onryldz / x-superobject

Delphi Cross Platform Rapid JSON
316 stars 118 forks source link

Compilation Fails on Delphi XE5 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Compiled the source 

What is the expected output? What do you see instead?

ERROR:
[dcc32 Error] XSuperObject.pas(1387): E2506 Method of parameterized type 
declared in interface section must not use local symbol 'CharIndex'

LINE:
          SetValue<Typ>(Data, MemberValue, Member, TValue.From<Char>(IJSonData.S[Member]{$IFDEF XE2UP}.Chars[CharIndex]{$ELSE}[CharIndex]{$ENDIF}));

What version of the product are you using? On what operating system?
Delphi XE5 (no updates) for Win32 in Windows 8

Original issue reported on code.google.com by edua...@yashar.com.br on 13 Mar 2014 at 1:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r48.

Original comment by onryld...@gmail.com on 15 Mar 2014 at 9:33