* Wraps up an IDispatch pointer and invocation; does variant conversion.
*/
-class wxAutomationObject: public wxObject
+class WXDLLEXPORT wxAutomationObject: public wxObject
{
public:
wxAutomationObject(WXIDISPATCH* dispatchPtr = NULL);
// wrapper around BSTR type (by Vadim Zeitlin)
-class BasicString
+class WXDLLEXPORT BasicString
{
public:
// ctors & dtor