adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Adonthell-devel] Re: Brief update on XML/CMake


From: Tyler Nielsen
Subject: Re: Re: [Adonthell-devel] Re: Brief update on XML/CMake
Date: Wed, 25 Oct 2006 09:54:53 -0600



On 10/24/06, Kai Sterker <address@hidden> wrote:
On 10/24/06, Tyler Nielsen <address@hidden> wrote:

> I just commited animation xml save.  Any comments are welcome.  I'm hopeing
> to get the load portion working this weekend.

I'll have a look at it tomorrow and let you know ...


> Also.  I'm running into problems running diskiotest.  Should this work, or
> are there know problems.  Heres the output I'm getting:

I'm getting

Packing ...
Everything packed ... 893 bytes used
Checksum: 751b1d72
Writing data to disk ...
Reading data from disk
Reading successful
Checksum: 751b1d72
Unpacking ...
0
a
65535
abc ... xyz
4294967295
-2147418112
-127
255
-32767
3.141592741012573242187500
3.141592653589793115997963468544185161590576171875
ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Another flat
bool char u_int8 s_int8 u_int16 s_int16 u_int32 s_int32 string float
double blob
Everything unpacked

So it would be nice if you could look into it. From the differences in
the output, it seems that there might be a problem with saving chars
(compare 'a' in my output to '' in yours). There also seems to be a
problem with converting the float ('3.14 ...' compared to '0.00 ...').
Not sure what to think about the XML error, but maybe it is related to
saving the char value.

For the char, you might want to look at
diskwriter_xml::value_to_xmlChar, whereas the float conversion takes
place in flat::put_float.

Kai


_______________________________________________
Adonthell-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/adonthell-devel

I'll take a look at it then.  If you can send me what the 'correct' xml file looks like that will help.

Tyler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]