Boost logo

Boost Users :

Subject: Re: [Boost-users] Serialization XML on windows and linux
From: QUILLET Jean-Charles (jean-charles.quillet_at_[hidden])
Date: 2010-07-07 12:20:15


-----Message d'origine-----
De : Robert Ramey

>>
>> <m_scene3D class_id="4" tracking_level="0" version="0">
>> <pNode class_id="6" class_name="Group"
>> tracking_level="1" version="0" object_id="_1">
>> <Node class_id="5" tracking_level="1"
>> version="0" object_id="_2"></Node>
>> <noeuds class_id="7"
>> tracking_level="0" version="0">
>> <count>0</count>
>>
>> <item_version>0</item_version>
>> </noeuds>
>> </pNode>
>> .
>> </m_scene3D>
>>
>> And the same object on windows:
>>
>> <m_scene3D class_id="4" tracking_level="0" version="0">
>> <pNode class_id="6" class_name="Group"
>> tracking_level="1" version="0" object_id="_1">
>> <Node class_id="7" tracking_level="1"
>> version="0" object_id="_2"></Node>
>> <noeuds class_id="8"
>> tracking_level="0" version="0">
>> <count>0</count>
>>
>> <item_version>0</item_version>
>> </noeuds>
>> </pNode>
>> .
>> </m_scene3D>
>>
>> In my file on windows, I don't have any object of a class_id="5",
>> weird.
>>
>> Does any one know any reason for this behaviour ?
>> Any idea greatly appreciated.
>>
>
>This is a new one. They should be absolutely compatible. Let us know when
>you find the source of this.
>
>Robert Ramey

I might need some help to find out what's going on. At first, I need to understand how is incremented the "class_id". And in my windows file, I do not have any object of class_id="5". I think this might be the problem. Am I wrong ?

Jean-Charles


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net