其他分享
首页 > 其他分享> > dialog写进dll调用

dialog写进dll调用

作者:互联网

#ifdef DLG_WINDOW_API
#define  DLG_WINDOW_EXPORT __declspec(dllexport)
#else
#define DLG_WINDOW_EXPORT __declspec(dllimport)
#endif
class DLG_WINDOW_EXPORT CDlg

extern "C" DLG_WINDOW_EXPORT CDlg* getInstance();
extern "C" DLG_WINDOW_EXPORT void destroyInstance(CDlg*);

  

标签:__,CDlg,DLG,declspec,WINDOW,dll,写进,EXPORT,dialog
来源: https://www.cnblogs.com/hshy/p/11637247.html