13 Aug
2007
13 Aug
'07
7:29 p.m.
Now I'm having some success! So, after taking a look at test_exported.cpp I discovered what why the export wouldn't compile. I needed to add a friend declaration: "friend class boost::serialization::access;" to the base and the derived. I fixed that in my shared loader test program and now I no longer get the "unregistered class" exception when I attempt to serialize the pointer to the derived object. However I now get an "unregistered void cast" exception. I'll take a look around the mailing list to see what this is about. Jeshua Bratman -- View this message in context: http://www.nabble.com/Boost-Serialization-with-a-dynamically-loaded-shared-l... Sent from the Boost - Users mailing list archive at Nabble.com.