-
```
I'm not sure if this is an issue, or if I'm missing something.
What steps will reproduce the problem?
1. I compiled the VirtualTreeView demo in XE5 and opened the sample json-file.
Things were …
-
```
What steps will reproduce the problem?
Compiling under XCode with FPC 2.6 i get the following errors
superobject.pas(154,18) Error: No matching implementation for interface method
"IUnknown._Add…
-
```
I'm not sure if this is an issue, or if I'm missing something.
What steps will reproduce the problem?
1. I compiled the VirtualTreeView demo in XE5 and opened the sample json-file.
Things were …
-
```
I'm not sure if this is an issue, or if I'm missing something.
What steps will reproduce the problem?
1. I compiled the VirtualTreeView demo in XE5 and opened the sample json-file.
Things were …
-
```
What steps will reproduce the problem?
Compiling under XCode with FPC 2.6 i get the following errors
superobject.pas(154,18) Error: No matching implementation for interface method
"IUnknown._Add…
-
```
What steps will reproduce the problem?
Compiling under XCode with FPC 2.6 i get the following errors
superobject.pas(154,18) Error: No matching implementation for interface method
"IUnknown._Add…
-
```
What steps will reproduce the problem?
Compiling under XCode with FPC 2.6 i get the following errors
superobject.pas(154,18) Error: No matching implementation for interface method
"IUnknown._Add…
-
See previous speed test results:
https://blog.synopse.info/?post/json-benchmark-delphi-mormot-superobject-dwsjson-dbxjson
Note: mORMot2 is the latest
https://github.com/synopse/mORMot2
-
```
What steps will reproduce the problem?
Compiling under XCode with FPC 2.6 i get the following errors
superobject.pas(154,18) Error: No matching implementation for interface method
"IUnknown._Add…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…