]> git.saurik.com Git - wxWidgets.git/commitdiff
no message
authorUnknown (UG) <nobody@localhost>
Fri, 8 Jan 1999 13:15:42 +0000 (13:15 +0000)
committerUnknown (UG) <nobody@localhost>
Fri, 8 Jan 1999 13:15:42 +0000 (13:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/ole/automtn.h
include/wx/msw/ole/dataobj.h
include/wx/msw/ole/dropsrc.h
include/wx/msw/ole/uuid.h
samples/db/dbtest.cpp

index e43474d58a4f75858e24ad7c7c47919e1932a617..412b04dcf409a0572495d18c78efd4ae60ee2c31 100644 (file)
@@ -27,7 +27,7 @@ typedef unsigned short* WXBSTR;
  * Wraps up an IDispatch pointer and invocation; does variant conversion.
  */
 
-class wxAutomationObject: public wxObject
+class WXDLLEXPORT wxAutomationObject: public wxObject
 {
 public:
     wxAutomationObject(WXIDISPATCH* dispatchPtr = NULL);
@@ -91,7 +91,7 @@ public:
 
 // wrapper around BSTR type (by Vadim Zeitlin)
 
-class BasicString
+class WXDLLEXPORT BasicString
 {
 public:
   // ctors & dtor
index 0f952805d1cdf9d79e6a0d8e47a98d3c99b5ac25..c613f66e560ccf87bbcf96e306aa0871c208a2b0 100644 (file)
@@ -25,7 +25,7 @@ struct IDataObject;
 //     do if we really want them)
 // ----------------------------------------------------------------------------
 
-class wxDataObject
+class WXDLLEXPORT wxDataObject
 {
 public:
   // all data formats (values are the same as in windows.h, do not change!)
@@ -80,7 +80,7 @@ private:
 // ----------------------------------------------------------------------------
 // wxTextDataObject is a specialization of wxDataObject for text data
 // ----------------------------------------------------------------------------
-class wxTextDataObject : public wxDataObject
+class WXDLLEXPORT wxTextDataObject : public wxDataObject
 {
 public:
   // ctors
index a36324a994e6247929e64583e46d3fabedaa4801..bafcddee6768ce271f71cbcf2f7b41e7b464a3d6 100644 (file)
@@ -39,7 +39,7 @@ enum wxDragResult
 // wxDropSource is used to start the drag-&-drop operation on associated
 // wxDataObject object. It's responsible for giving UI feedback while dragging.
 // ----------------------------------------------------------------------------
-class wxDropSource
+class WXDLLEXPORT wxDropSource
 {
 public:
   // ctors: if you use default ctor you must call SetData() later!
index 4da624b09ee66d4c03ad61ffa930366c1389aea0..2dee9946aa7e85400a6aa2de40f4ebf51a6a5cfc 100644 (file)
@@ -49,7 +49,7 @@ typedef unsigned char uchar;
 // ------------------------------------------------------------------
 
 // uses RPC functions to create/convert Universally Unique Identifiers
-class Uuid
+class WXDLLEXPORT Uuid
 {
 private:
   UUID  m_uuid;
@@ -88,4 +88,4 @@ public:
   const char *CForm() const    { return m_pszCForm;          }
 };
 
-#endif //_WX_OLEUUID_H
\ No newline at end of file
+#endif //_WX_OLEUUID_H
index be2a0b17aa20c73136846d6eaf8a932d0dcb5848..04fc85e12cb1a92ab20a91f56816b6b9200423c7 100644 (file)
@@ -46,7 +46,7 @@
 #include       <wx/db.h>                                       // Required in the file which will get the data source connection
 #include    <wx/dbtable.h>                             // Has the wxTable object from which all data objects will inherit their data table functionality
 
-extern DbList *PtrBegDbList;           // from db.cpp, used in getting back error results from db connections
+extern DbList* WXDLLEXPORT PtrBegDbList;               // from db.cpp, used in getting back error results from db connections
 
 #include "dbtest.h"                            // Header file for this demonstration program
 #include "listdb.h"                                    // Code to support the "Lookup" button on the editor dialog