资源简介
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个文件信息
- 上一篇:C++ 获取文件属性
- 下一篇:C++ 设置文件隐藏属性
相关资源
- C++实战源码-小蛇长得快(入门级602)
- C++实战源码-文字水平滚动(入门级
- C++实战源码-替换指定的字符串(入门
- C++实战源码-小球称重(入门级046)
- C++实战源码-新同学的年龄(入门级
- C++实战源码-向数组中赋值(入门级
- C++实战源码-用#打印三角形(入门级
- C++实战源码-统计学生成绩分布(入门
- C++实战源码-向数组中插入元素(入门
- C++实战源码-用指向函数的指针比较大
- C++实战源码-用宏定义实现值互换(入
- C++实战源码-CD抓取(入门级574).zip
- C++实战源码-指定符号分割字符串(入
- C++实战源码-抓不住的兔子(入门级
- C++实战源码-用new动态创建结构体(入
- C++实战源码-将AVI动画分解成BMP位图(
- C++实战源码-修改可执行文件中的资源
- C++实战源码-指向结构体变量的指针(
- C++实战源码-将二维数组行列对换(入
- C++实战源码-应用random_shuffle算法将元
- C++实战源码-应用adjacent_find算法搜索相
- C++实战源码-数组中整数的判断(入门
- C++实战源码-获取数组中元素的个数(
- C++实战源码-将二维数组转换为一维数
- C++实战源码-迭代器的用法(入门级
- C++实战源码-二维数组行最大值中的最
- C++实战源码-输出数组元素(入门级
- C++实战源码-使用指针变量遍历二维数
- C++实战源码-数组中连续相等数的计数
- C++实战源码-计算字符串中有多少个单
评论
共有 条评论