資源簡(jiǎn)介
MFC 對(duì)話框封裝Dll,簡(jiǎn)單實(shí)現(xiàn),導(dǎo)出接口,導(dǎo)出Class類(lèi)

代碼片段和文件信息
//?DllDialog.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“TestDll.h“
#include?“DllDialog.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDllDialog?dialog
CDllDialog::CDllDialog(CWnd*?pParent?/*=NULL*/)
:?CDialog(CDllDialog::IDD?pParent)
{
//{{AFX_DATA_INIT(CDllDialog)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CDllDialog::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDllDialog)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDllDialog?CDialog)
//{{AFX_MSG_MAP(CDllDialog)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CDllDialog?message?handlers
void?CDllDialog::OnOK()?
{
//?TODO:?Add?extra?validation?here
MessageBox(“此處調(diào)用數(shù)據(jù)庫(kù)封裝““陳梵封裝“);
CDialog::OnOK();
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-08-22?09:14??TestDll\
?????目錄???????????0??2014-08-22?08:51??TestDll\Debug\
?????文件???????10981??2014-08-22?08:51??TestDll\Debug\DllDialog.obj
?????文件??????168213??2014-08-22?08:51??TestDll\Debug\StdAfx.obj
?????文件?????1331260??2014-08-22?08:51??TestDll\Debug\TestDll.dll
?????文件?????????609??2014-08-22?08:51??TestDll\Debug\TestDll.exp
?????文件?????1716176??2014-08-22?08:51??TestDll\Debug\TestDll.ilk
?????文件????????1922??2014-08-22?08:51??TestDll\Debug\TestDll.lib
?????文件???????10451??2014-08-22?08:51??TestDll\Debug\TestDll.obj
?????文件?????8469284??2014-08-22?08:51??TestDll\Debug\TestDll.pch
?????文件?????2384896??2014-08-22?08:51??TestDll\Debug\TestDll.pdb
?????文件????????6972??2014-08-22?08:50??TestDll\Debug\TestDll.res
?????文件????????3486??2014-08-22?08:51??TestDll\Debug\global.obj
?????文件??????254976??2014-08-22?08:51??TestDll\Debug\vc60.idb
?????文件??????577536??2014-08-22?08:51??TestDll\Debug\vc60.pdb
?????文件????????1098??2014-08-22?08:50??TestDll\DllDialog.cpp
?????文件????????1232??2014-08-22?08:51??TestDll\DllDialog.h
?????文件????????2577??2014-08-22?08:43??TestDll\ReadMe.txt
?????文件?????????209??2014-08-22?08:43??TestDll\StdAfx.cpp
?????文件????????1534??2014-08-22?08:51??TestDll\StdAfx.h
?????文件???????32848??2014-08-22?08:50??TestDll\TestDll.aps
?????文件?????????707??2014-08-22?09:11??TestDll\TestDll.clw
?????文件????????1786??2014-08-22?09:14??TestDll\TestDll.cpp
?????文件?????????187??2014-08-22?08:43??TestDll\TestDll.def
?????文件????????4334??2014-08-22?09:14??TestDll\TestDll.dsp
?????文件????????1264??2014-08-22?08:43??TestDll\TestDll.h
?????文件????????1632??2014-08-22?08:51??TestDll\TestDll.plg
?????文件????????4118??2014-08-22?08:50??TestDll\TestDll.rc
?????文件?????????149??2014-08-22?08:50??TestDll\global.cpp
?????目錄???????????0??2014-08-22?08:43??TestDll\res\
?????文件?????????399??2014-08-22?08:43??TestDll\res\TestDll.rc2
............此處省略1個(gè)文件信息
評(píng)論
共有 條評(píng)論