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

资源简介

C++ 使用模块对话框资源(提高篇-实例183).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ResourceDll.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 and 58 for

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2629  2007-08-21 15:46  ResourceDll\ReadMe.txt
     文件         463  2007-08-21 15:46  ResourceDll\resource.h
     文件       18648  2013-11-05 15:18  ResourceDll\ResourceDll.aps
     文件         529  2013-11-05 15:18  ResourceDll\ResourceDll.clw
     文件        1915  2013-11-05 14:36  ResourceDll\ResourceDll.cpp
     文件         212  2013-11-05 14:30  ResourceDll\ResourceDll.def
     文件        4231  2007-08-21 15:46  ResourceDll\ResourceDll.dsp
     文件         547  2007-08-21 15:46  ResourceDll\ResourceDll.dsw
     文件        1308  2007-08-21 15:46  ResourceDll\ResourceDll.h
     文件       49664  2013-11-05 15:18  ResourceDll\ResourceDll.opt
     文件        4151  2007-08-21 15:46  ResourceDll\ResourceDll.rc
     文件         213  2007-08-21 15:46  ResourceDll\StdAfx.cpp
     文件        1447  2007-08-21 15:46  ResourceDll\StdAfx.h
     文件         403  2007-08-21 15:46  ResourceDll\res\ResourceDll.rc2
     文件        3741  2007-08-21 15:46  testResourceDll\ReadMe.txt
     文件         738  2007-08-21 15:46  testResourceDll\resource.h
     文件      102486  2013-11-05 14:36  testResourceDll\ResourceDll.dll
     文件        2004  2013-11-05 14:35  testResourceDll\ResourceDll.lib
     文件         217  2007-08-21 15:46  testResourceDll\StdAfx.cpp
     文件        1054  2007-08-21 15:46  testResourceDll\StdAfx.h
     文件       36156  2013-12-19 17:04  testResourceDll\testResourceDll.aps
     文件        1298  2013-12-19 17:05  testResourceDll\testResourceDll.clw
     文件        2189  2007-08-21 15:46  testResourceDll\testResourceDll.cpp
     文件        4321  2007-08-21 15:46  testResourceDll\testResourceDll.dsp
     文件         555  2007-08-21 15:46  testResourceDll\testResourceDll.dsw
     文件        1423  2007-08-21 15:46  testResourceDll\testResourceDll.h
     文件       48640  2013-12-19 17:06  testResourceDll\testResourceDll.opt
     文件        5683  2013-12-19 17:04  testResourceDll\testResourceDll.rc
     文件        4418  2007-08-21 15:46  testResourceDll\testResourceDllDlg.cpp
     文件        1469  2007-08-21 15:46  testResourceDll\testResourceDllDlg.h
     文件        1078  2007-08-21 15:46  testResourceDll\res\testResourceDll.ico
............此处省略1个文件信息

评论

共有 条评论