使用soui开发的mbc,只支持windows版本
w1146869587
2022-01-24 0408576e9da10015ffa9da0079b8c985113ce4b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
 
#pragma once
 
#define _ATL_APARTMENT_THREADED 
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
#endif
 
#include "targetver.h"
 
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
 
#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
 
#ifndef _AFX_NO_OLE_SUPPORT
#include <afxole.h>         // MFC OLE classes
#include <afxodlgs.h>       // MFC OLE dialog classes
#include <afxdisp.h>        // MFC Automation classes
#endif // _AFX_NO_OLE_SUPPORT
 
#ifndef _AFX_NO_DB_SUPPORT
#include <afxdb.h>                      // MFC ODBC database classes
#endif // _AFX_NO_DB_SUPPORT
 
#ifndef _AFX_NO_DAO_SUPPORT
#include <afxdao.h>                     // MFC DAO database classes
#endif // _AFX_NO_DAO_SUPPORT
 
#ifndef _AFX_NO_OLE_SUPPORT
#include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
#endif
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>                     // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <afx.h>
 
#include <atlbase.h>
#include <atlcom.h>
#include <atlctl.h>
#include <Mmsystem.h>
 
#include <souistd.h>
#include <core/SHostDialog.h>
#include <control/SMessageBox.h>
#include <control/souictrls.h>
#include <res.mgr/sobjdefattr.h>
#include <com-cfg.h>
#include <helper/SAdapterBase.h>
#include <interface/STaskLoop-i.h>
#include <helper/SFunctor.hpp>
#include "layout/SouiLayout.h"
#include <helper/SDpiHelper.hpp>
#include "resource.h"
using namespace SOUI;
 
#include <queue>
 
#include "OILoginInfo.h"
// ÒýÈëÀ©Õ¹µÄdll
#include "..\\mbExtControl\\mbExtControlInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbExtControlUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbExtControlU.lib")
#endif
 
// ¹¤¾ß 
#include "..\\mbcommfunc\\mbcommfuncinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbcommfuncUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbcommfuncU.lib")
#endif
 
// ·þÎñ
#include "..\\mbcore\\mbcoreinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbcoreUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbcoreU.lib")
#endif
// ·þÎñ
#include "..\\mbkernel\\mbkernelinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbkernelUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbkernelU.lib")
#endif
 
// ä¯ÀÀ¹¦ÄÜ´úÂë
#include "..\\mbview\\mbviewinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbviewUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbviewU.lib")
#endif
 
 
// ORG×éÖ¯½á¹¹ÈËÔ±´úÂë
#include "..\\mborg\\MBOrgInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mborgUD.lib")
#else
#pragma comment(lib,"..\\Release\\mborgU.lib")
#endif
 
// AMÊý¾Ý´úÂë
#include "..\\mbam\\mbaminclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbamUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbamU.lib")
#endif
 
// AMÊý¾Ý´úÂë
#include "..\\mbamdb\\MBAMDBInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbamdbUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbamdbU.lib")
#endif
 
// AMÊý¾Ý´úÂë
#include "..\\mborgui\\mborguiinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mborguiUD.lib")
#else
#pragma comment(lib,"..\\Release\\mborguiU.lib")
#endif
 
// ½ØÆÁ
#include "..\\mbcapturescreen\\mbcapturescreeninclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbcapturescreenUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbcapturescreenU.lib")
#endif
// ´«Êä
#include "..\\mbtrans\\mbtransinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbtransUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbtransU.lib")
#endif
#include "STKCrowdCLib.h"
#include "STKCrowdCCmderLib.h"
 
#ifdef _DEBUG
#import "..\debug\StkCom.dll" raw_interfaces_only, raw_native_types, no_namespace, named_guids, auto_search
#else
#import "..\Release\StkCom.dll" raw_interfaces_only, raw_native_types, no_namespace, named_guids, auto_search
#endif 
#include "MBAMUIDef.h"
#include "MBAMChatDef.h"
#include "MBAMExtendEvents.h"
#include <windows.h>