1. Stack class's Count was missing 'const' (compilation error with RVCT 2.2)
2. CJsonString, CJsonArray and CJsonObject didn't have methods for handling
TReal 64
3. method names like AddRealL are confusing since they work with TReal32
but TReal is defined in symbian as double.
4. format of %f was used with float, but syimban (and normal C) defines %f
for double, this could lead to stack corruption.
a patch for 1,2 and 3 is attached.
Original issue reported on code.google.com by oranagra...@gmail.com on 8 Nov 2009 at 8:01
Original issue reported on code.google.com by
oranagra...@gmail.com
on 8 Nov 2009 at 8:01Attachments: