Search found 31 matches

by luccat
Thu May 14, 2009 4:30 pm
Forum: Component Writing
Topic: [wxJSON] building errors on some platforms?
Replies: 1
Views: 1657

[wxJSON] building errors on some platforms?

Hi all, I start this topic in response to a bug report (see ID=2735592 ). wxJSON did not compile on mingw, gcc4; at first glance, it seems the problem related to wxWidgets 2.8.10 but it is not. The library compiles fine on my linux machine and on windows using BCC 5.5. I thought the problem may be r...
by luccat
Mon Aug 18, 2008 9:51 pm
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 1.0 released
Replies: 0
Views: 823

[ANN] wxJSON 1.0 released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format tha...
by luccat
Mon Aug 11, 2008 12:02 pm
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.5.2 released
Replies: 3
Views: 1544

wxJSON 0.5.2 compile problems on MSVC++ 8

I replaced the 'snprintf' function with the wxWidgets's counterpart: '::wxSnprintf' which should be available on all platforms / compilers.
The change is only available in the SVN repository until version 1.0 will be released (think at the end of August).

Regards
Luciano
by luccat
Sun Jun 29, 2008 1:13 pm
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.5.2 released
Replies: 3
Views: 1544

wxJSON 0.5.2 released

Hi,
excuse me for the long delay in replaying but I was away for holidays.
I do not know this problem because I use Borland BCC on windows. What is the problem with MSVC?
Is the 'snprintf' function not available on that compiler?

Luciano
by luccat
Wed Jun 04, 2008 7:15 am
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.5.2 released
Replies: 3
Views: 1544

[ANN] wxJSON 0.5.2 released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format tha...
by luccat
Sun May 18, 2008 3:59 pm
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.5.0 released
Replies: 2
Views: 1177

wxJSON 0.5.1 released

wxJSON version 0.5.1 was released. This version fixes the bug in the wxJSONReader::ReadValue() function related to signed integers whose value is less than INT_MIN.
Note that the bug affects all 0.x versions except 0.5 if 64-bits integer support is enabled.

Luciano
by luccat
Wed May 14, 2008 4:10 pm
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.5.0 released
Replies: 2
Views: 1177

[ANN] wxJSON 0.5.0: find a bug

There is a bug in the wxJSONReader::ReadValue() function when the wxJSON library is compiled with the 64-bits integer feature disabled. When the reader enconters a token that starts with a digits or with a minus or plus sign it tries to convert it to a number, trying the following conversions: - fir...
by luccat
Mon May 12, 2008 7:15 am
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.5.0 released
Replies: 2
Views: 1177

[ANN] wxJSON 0.5.0 released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format tha...
by luccat
Mon Apr 21, 2008 9:56 pm
Forum: Announcements and Discoveries
Topic: ANN: wxJSON 0.4.1 released
Replies: 0
Views: 668

ANN: wxJSON 0.4.1 released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format tha...
by luccat
Mon Apr 07, 2008 9:00 pm
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.4.0 released
Replies: 1
Views: 899

[ANN] wxJSON 0.4.0 released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format tha...
by luccat
Wed Mar 12, 2008 1:21 pm
Forum: Announcements and Discoveries
Topic: wxJSON 0.3.0 released
Replies: 3
Views: 1544

wxJSON 0.3.1 released

I released version 0.3.1 of the library.
The new version fixes the bug in the wxJSONReader::ReadString() function.

Luciano


wxJSON website:
http://lnx.mauriziovettorato.it/public/json/home.html

project website:
http://wxcode.sourceforge.net/
by luccat
Tue Mar 11, 2008 10:20 am
Forum: Announcements and Discoveries
Topic: wxJSON 0.3.0 released
Replies: 3
Views: 1544

wxJSON 0.3.0 released

Many thanks!

There is a bug in the wxJSONReader::ReadUnicode() function which I fixed right now.
The fix is available only on CVS by now but I will release a new version very soon.
Thanks to Bryan Ashby who discovered and fixed the bug.

Luciano
by luccat
Thu Mar 06, 2008 2:57 pm
Forum: Announcements and Discoveries
Topic: wxJSON 0.3.0 released
Replies: 3
Views: 1544

wxJSON 0.3.0 released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format tha...
by luccat
Sat Dec 29, 2007 11:31 pm
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.2 was released
Replies: 0
Views: 738

[ANN] wxJSON 0.2 was released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format tha...
by luccat
Tue Dec 11, 2007 8:32 am
Forum: Announcements and Discoveries
Topic: [ANN] wxJSON 0.1 released
Replies: 2
Views: 1602

wxJSON 0.1 released

The code was tested and it should be stable but note that some features are missing: unicode support and C/C++ comment writing. The library can only read C/C++ comments. The wxJSONValue class relies on wxObjArray so it should be able to handle arrays of the same size as wxObjArray is capable. Arrays...