good morning Robert,
* Robert Ramey
I don't know which version of boost you're using.
oh sorry, i am using "almost" 1.35 concerning serialization. the thing is: i have 1.33.1 in work, but i am unable to make the serialization work. so i mixed the two sources, i replaced boost/archive and boost/serialization by those from 1.35.0. i cannot upgrade whole boost to 1.35.0, because when i do it crashes compiler (i do not have time to investigate right now) - i'll try with 1.36.0 and cross my fingers. right now i am trying mix of 1.33.1 and 1.36.0 aaaand... it works :)) the library loads without any problems. okay, i am the happiest man now - it came just in time. many thanks, Robert! Mojmir //ps: perhaps when you're in the right mood, you could decorate these with some ifndef BOOST_NO_TYPEID detail\shared_count_132.hpp(122) : error C2039: 'type_info' : is not a member of 'std' detail\shared_count_132.hpp(272) : error C2039: 'type_info' : is not a member of 'std' detail\shared_count_132.hpp(444) : error C2039: 'type_info' : is not a member of 'std' detail\shared_ptr_132.hpp(327) : error C2039: 'type_info' : is not a member of 'std' why there is another shared_ptr anyway?