• 大小: 0.23M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++ 利用动态库创建窗体模块(提高篇-实例188).zip

资源截图

代码片段和文件信息

// DllDialogModule.cpp : Defines the initialization routines for the DLL.
//

#include “stdafx.h“
#include “DllDialogModule.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

//
// Note!
//
// If this DLL is dynamically linked against the MFC
// DLLs any functions exported from this DLL which
// call into MFC must have the AFX_MANAGE_STATE macro
// added at the very beginning of the function.
//
// For example:
//
// extern “C“ BOOL PASCAL EXPORT ExportedFunction()
// {
// AFX_MANAGE_STATE(AfxGetStaticModuleState());
// // normal function body here
// }
//
// It is very important that this macro appear in each
// function prior to any calls into MFC.  This means that
// it must appear as the first statement within the 
// function even before any object variable declarations
// as their constructors may generate calls into the MFC
// DLL.
//
// Please see MFC Technical Notes 33 an

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      174432  2013-12-12 15:06  DllDialogModule\DllDialogModule.aps
     文件         494  2013-12-12 15:09  DllDialogModule\DllDialogModule.clw
     文件        1981  2013-11-07 09:00  DllDialogModule\DllDialogModule.cpp
     文件         211  2013-11-06 16:19  DllDialogModule\DllDialogModule.def
     文件        4364  2013-11-06 16:27  DllDialogModule\DllDialogModule.dsp
     文件         553  2013-11-06 16:19  DllDialogModule\DllDialogModule.dsw
     文件        1352  2013-11-06 16:19  DllDialogModule\DllDialogModule.h
     文件       48640  2013-12-12 15:09  DllDialogModule\DllDialogModule.opt
     文件        4321  2013-11-06 16:40  DllDialogModule\DllDialogModule.rc
     文件        2681  2013-11-06 16:19  DllDialogModule\ReadMe.txt
     文件         513  2013-11-06 16:40  DllDialogModule\Resource.h
     文件         217  2013-11-06 16:19  DllDialogModule\StdAfx.cpp
     文件        1447  2013-11-06 16:19  DllDialogModule\StdAfx.h
     文件         407  2013-11-06 16:19  DllDialogModule\res\DllDialogModule.rc2
     文件      155638  2013-11-06 16:40  DllDialogModule\res\无标题.bmp
     文件      114744  2013-11-06 16:05  Test\ADO.dll
     文件      290915  2013-11-07 09:00  Test\DllDialogModule.dll
     文件        3543  2013-11-06 15:58  Test\ReadMe.txt
     文件         682  2013-11-06 15:58  Test\Resource.h
     文件         206  2013-11-06 15:58  Test\StdAfx.cpp
     文件        1054  2013-11-06 15:58  Test\StdAfx.h
     文件       20544  2013-12-12 14:55  Test\Test.aps
     文件        1007  2013-12-12 15:17  Test\Test.clw
     文件        2035  2013-11-06 15:58  Test\Test.cpp
     文件        4123  2013-11-06 15:58  Test\Test.dsp
     文件         531  2013-11-06 15:58  Test\Test.dsw
     文件        1302  2013-11-06 15:58  Test\Test.h
     文件       48640  2013-12-12 15:17  Test\Test.opt
     文件        5112  2013-11-07 09:01  Test\Test.rc
     文件        4592  2013-11-07 09:00  Test\TestDlg.cpp
     文件        1348  2013-11-06 15:58  Test\TestDlg.h
............此处省略2个文件信息

评论

共有 条评论