X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples%2FREADME;fp=examples%2FREADME;h=2ff384e3dbdc16609a8c2f4251158ca263796e1a;hp=78b63f964d40325821aa0b6ae99b2265365b4edc;hb=213cc2248c54e0b812bbbdca178c615894a3f23d;hpb=3b7c93a8beb79498d2116969ff9c873fbe56d157 diff --git a/examples/README b/examples/README index 78b63f9..2ff384e 100644 --- a/examples/README +++ b/examples/README @@ -1,3 +1,5 @@ -boost serialization and extended_type_info trouble: -- the problem was that the static initializers generated by the BOOST_CLASS_EXPORT macro haven't been called -this happened because the translation unit of the static library created wasn't used +Example using libt2n without the code generator directly. +This is probably not the example you are looking for. +The example using the code generator is in a separate package. + +This example was used to write the code generator.