使用soui开发的mbc,只支持windows版本
w1146869587
2022-01-24 479b1995ef435713c2cf4f0da8de3a6af6c30922
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
ÿþ// 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{|
 
#include "atlstr.h"
 
#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
 
 
#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 <com-cfg.h>
#include "resource.h"
#define R_IN_CPP    //š[INُ*N_sQeg
#include "res\resource.h"
#include <commgr2.h>
#include "event\NotifyCenter.h"
using namespace SOUI;
 
#include <map>
#include <vector>
#include <list>
using namespace std;
 
 
// QØv g¡R 
#include "..\\OINetDiskWebCLib_U\\Include\\OIBase.h"
//#include "..\\OINetDiskWebCLib_U\\Include\\TransItem.h"
#include "..\\OINetDiskWebCLib_U\\Include\\NetDiskWebCMgr.h"
#include "..\\OINetDiskWebCLib_U\\Include\\NetDiskWebCAsynMgr.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\OINetDiskWebCLib_U\\Lib\\OINetDiskWebCUD.lib")
#else
#pragma comment(lib,"..\\OINetDiskWebCLib_U\\Lib\\OINetDiskWebCU.lib")
#endif
 
 
 
// sqlite3  _(u4Y‡eöNÊS R} lib
#include "..\\OISQLite\\Include\\sqlite3.h"  
#include "..\\OISQLite\\Include\\sqlite3Lib.h" 
#include "..\\OISQLite\\Include\\OISQLiteLib.h" 
 
 
// mbvaultdata
#include "..\\mbvaultdata\\mbvaultdatainclude.h"
#ifdef _DEBUG
#pragma comment(lib,"..\\Debug\\mbvaultdataUD.lib")
#else
#pragma comment(lib,"..\\Release\\mbvaultdataU.lib")
#endif