RE: [Boost-users] [serialization] problem with Borland C++ Builder 6
XML serialization is working fine for me with BCB6.
With some of my programs I do get error E2015 reported when I do a make.
If I do a build (i.e. rebuild all modules from scratch) then it compiles
just fine. I haven't looked in to why this is yet.
-----Original Message-----
From: boost-users-bounces@lists.boost.org
[mailto:boost-users-bounces@lists.boost.org] On Behalf Of Pablo Aguilar
Sent: 26 February 2005 04:50
To: boost-users@lists.boost.org
Subject: [Boost-users] [serialization] problem with Borland C++ Builder
6
Hi,
I've just started using the serialization library, and am trying to do
so with BC++6.
If I'm right, it should work just as long as I remove support for xml
archives (because Spirit doesn't work on BC++)
I've a class Cliente which has an appropriate serialize member fxn. And
a manager class called Clientes which stores a
std::vector
participants (1)
-
Richard Jennings