21 Sep
2010
21 Sep
'10
4:42 a.m.
On Mon, Sep 20, 2010 at 8:35 PM, Robert Ramey
Travis Abbott wrote:
if I am misusing the library somehow, or if there is a cleaner way to accomplish what I am trying to do, I would be very appreciative.
One thing I would look into would be to "upgrade" the BOOST_EXPORT_CLASS macros to the new macros ...EXPORT_KEY and ... EXPORT_IMPL as described in the documentation. This addresses some ambiguous situations regarding registration of exportable types.
Robert Ramey
...EXPORT_KEY and ...EXPORT_IMPL did the trick. I missed those in the docs. Thank you for your quick help. Travis Abbott