使用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
161
162
163
164
165
166
167
168
169
ÿþ// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//  are changed infrequently
//
 
#pragma once
// žX Rmfc {|“^„v/ec
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // Ðg›N CString „g ýQpe\/f>f_„v
 
// sQ할MFC ù[Ðg›N8^Á‰FOÏ~8^ïS>eÃ_ý_eu„vf‹JTˆmo`„v–Ï…
#define _AFX_ALL_WARNINGS
 
#include <afxwin.h>         // MFC 8hÃ_Ä~öNŒThÆQÄ~öN
#include <afxext.h>         // MFC ibU\
//
//
#include <afxdisp.h>        // MFC ê¨RS{|
 
 
 
#ifndef _AFX_NO_OLE_SUPPORT
#include <afxdtctl.h>           // MFC ù[ Internet Explorer 4 lQqQ§cöN„v/ec
#endif
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>             // MFC ù[ Windows lQqQ§cöN„v/ec
#endif // _AFX_NO_AFXCMN_SUPPORT
 
#include <afxcontrolbars.h>     // ŸRý€:SŒT§cöNag„v MFC /ec
// \\\žX Rmfc {|“^„v/ec
 
// AM9
#include "..\\mbamUI\\mbamuiinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbamUIUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbamUIU.lib")
#endif
 
#define  _CRT_SECURE_NO_WARNINGS
#define     DLL_SOUI
#include <souistd.h>
#include <core/SHostDialog.h>
#include <control/SMessageBox.h>
#include <control/souictrls.h>
#include <res.mgr/sobjdefattr.h>
#include <event/notifycenter.h>
#include <com-cfg.h>
#include "resource.h"
#define R_IN_CPP    //š[INُ*N_sQeg
#include "res\resource.h"
using namespace SOUI;
 
#include "ipcprotocol.h"
 
// {vU_
#include "..\\mblogin\\mbloginInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbloginUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbloginU.lib")
#endif
 
// ibU\§cöN
#include "..\\mbExtControl\\mbExtControlInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbExtControlUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbExtControlU.lib")
#endif
 
// å]wQ 
#include "..\\mbcommfunc\\mbcommfuncinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbcommfuncUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbcommfuncU.lib")
#endif
 
 
//  g¡R
#include "..\\mbkernel\\mbkernelinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbkernelUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbkernelU.lib")
#endif
 
 
// ORGÄ~Ç~Ó~„gºNXTãNx
#include "..\\mborg\\MBOrgInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mborgUD.lib")
#else
#pragma comment(lib,"..\\Release\\mborgU.lib")
#endif
 
// AMpencãNx
#include "..\\mbam\\mbaminclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbamUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbamU.lib")
#endif
// OmȉŸRý€ãNx
#include "..\\mbview\\mbviewinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbviewUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbviewU.lib")
#endif
 
 
// cefãNx
#include "..\\mbwebkit\\mbwebkitInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbwebkitUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbwebkitU.lib")
#endif
 
 
// ‡ech
#include "..\\mbdocUI\\mbdocuiinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbdocUIUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbdocUIU.lib")
#endif
 
// penc
#include "..\\mbdataUI\\mbdatauiinclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbdataUIUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbdataUIU.lib")
#endif
 
 
// úW,gŸRý€
#include "..\\mbQuery\\mbQueryInclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbQueryUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbQueryU.lib")
#endif
 
// *bO\
#include "..\\mbcapturescreen\\mbcapturescreeninclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbcapturescreenUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbcapturescreenU.lib")
#endif
//
//// COM¥cãS
//#ifdef _DEBUG
//#pragma comment(lib,"..\\Debug\\mbccom.lib")
//#else
//#pragma comment(lib,"..\\Release\\mbccom.lib")
//#endif
//
 
//#define     VER_BUILD_NAME            _T("MBC")
//#define     VER_BUILD_TIME            _T("2020-10-28")
//#define        VER_BUILD_VERSION            101157
//#define        VER_REALSE_VERSION            2.1.1
//#define        VER_BUILD_COMPANY            _T("mgÞ]_TáOo`€b/g    gP–lQøS")
 
#define     APPFLAG_MBC            _T("MBC")