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: Kai Sterker
Subject: Re: Re: [Adonthell-devel] Re: Brief update on XML/CMake
Date: Tue, 24 Oct 2006 22:17:42 -0700

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




reply via email to

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