gosuwachu / s60-json-library

Automatically exported from code.google.com/p/s60-json-library
0 stars 0 forks source link

A few fixes and improvements (mostly related to TReal64). #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thank you! I will take care of it tomorrow.

Original comment by wach.piotrek on 8 Nov 2009 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by wach.piotrek on 27 Dec 2009 at 4:40