class WXDLLEXPORT wxCheckBox;
class WXDLLEXPORT wxNotebook;
class WXDLLEXPORT wxSizer;
class WXDLLEXPORT wxTextCtrl;
I found such code in the wxwindows's sample widget,in the file "widgets.h", I was puzzled by "WXDLLEXPORT",what doesn't it mean? who can tell me?
|