Question

If you have been successful in persisting your data, which type of stream did you get to work

Text or Binary
ANSI or UNICODE

Did you have to use any BOOST_ASSERTS or some extra MACRO or dance around the fairy ring at 4:00 am wearing your Moose sweater backwards.

Thanks for your answer

Was it helpful?

Solution

There is a posting for C++Builder 2010 (unfortunately I do not know of one for 2009), that shows the portions of the Boost (1.39) that are included in the shipping product. The serialization library is listed as not supported. Note the posting also includes a link to the source code they used in case someone wants to experiment with the unsupported libraries.

OTHER TIPS

I haven't tried, so I can't directly answer. However, here are the boost 1.37.0 test results for C++Builder 2009 (the column on the right, "borland-6.1.0").

You can see most things in 'serialization' pass the tests. Some don't, so if you compare what you're trying to do to those it should help you to know what to avoid. The test suites may also useful to you, because they can be used as code examples for using the features they test.

You may find other resources on the C++ Builder Boost page to be useful too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top