Synopsis - Issue Tracker

Message609

Author david
Recipients david, hkaiser, stefan
Date 2007-02-12.14:39:08
Content
I can take this on. I would suggest however, to use a more neutral word than DLLEXPORT to express dynamic interface. Something like SYNOPSIS_API, which can take the value __declspec(dllexport/dllimport), depending on an external #define. Usually, this external define is provided by the VS.NET project system (something like SYNOPSIS_EXPORTS), but it can be controlled by a define as the first line of every implementation file (see boost::program_options or other boost dynamically linked libraries), which is more portable, although more verbose.

I will need some guidance on which interface should be exposed at first.
History
Date User Action Args
2007-02-12 14:39:12davidsetmessageid: <1171291150.85.0.272654142593.bug81@synopsis.fresco.org>
2007-02-12 14:39:12davidsetrecipients: + david, stefan, hkaiser
2007-02-12 14:39:11davidlinkbug81 messages
2007-02-12 14:39:11davidcreate