资源简介
MCF制作DLL和调用DLL的源码,包含调用和DLL自身源代码

代码片段和文件信息
// Date1.cpp: implementation of the Date class.
//
//////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “Date.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Date::Date()
{
day=0;
month=0;
year=0;
}
Date::~Date()
{
}
void Date::SetDay(int num)
{
day=num;
}
void Date::SetMonth(int num)
{
month=num;
}
void Date::SetYear(int num)
{
year=num;
}
int Date::GetDay()
{
return day;
}
int Date::GetMonth()
{
return month;
}
int Date::GetYear()
{
return year;
}
CString Date::GetDate()
{
CString date;
date.Format(“%d年%d月%d日“yearmonthday);
return date;
}
int Max(int aint b)
{
return a>b?a:b;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 941 2010-04-26 22:58 MFCDLL\MFCDLLExample\Date.cpp
文件 837 2010-04-26 21:25 MFCDLL\MFCDLLExample\Date.h
文件 12204 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\Date.obj
文件 102499 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.dll
文件 2275 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.exp
文件 56544 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.ilk
文件 4788 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.lib
文件 7762 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.obj
文件 8152364 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.pch
文件 254976 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.pdb
文件 912 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\MFCDLLExample.res
文件 164279 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\StdAfx.obj
文件 263168 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\vc60.idb
文件 569344 2010-04-26 22:58 MFCDLL\MFCDLLExample\Debug\vc60.pdb
文件 18296 2010-04-26 22:58 MFCDLL\MFCDLLExample\MFCDLLExample.aps
文件 261 2010-04-26 23:00 MFCDLL\MFCDLLExample\MFCDLLExample.clw
文件 1582 2010-04-26 22:55 MFCDLL\MFCDLLExample\MFCDLLExample.cpp
文件 205 2010-04-26 22:55 MFCDLL\MFCDLLExample\MFCDLLExample.def
文件 4315 2010-04-26 22:57 MFCDLL\MFCDLLExample\MFCDLLExample.dsp
文件 551 2010-04-26 22:55 MFCDLL\MFCDLLExample\MFCDLLExample.dsw
文件 25600 2010-04-26 23:00 MFCDLL\MFCDLLExample\MFCDLLExample.ncb
文件 48640 2010-04-26 23:00 MFCDLL\MFCDLLExample\MFCDLLExample.opt
文件 260 2010-04-26 22:58 MFCDLL\MFCDLLExample\MFCDLLExample.plg
文件 3695 2010-04-26 22:57 MFCDLL\MFCDLLExample\MFCDLLExample.rc
文件 2553 2010-04-26 22:55 MFCDLL\MFCDLLExample\ReadMe.txt
文件 405 2010-04-26 22:55 MFCDLL\MFCDLLExample\res\MFCDLLExample.rc2
文件 511 2010-04-26 22:58 MFCDLL\MFCDLLExample\resource.h
文件 215 2010-04-26 22:55 MFCDLL\MFCDLLExample\StdAfx.cpp
文件 1447 2010-04-26 22:55 MFCDLL\MFCDLLExample\StdAfx.h
文件 837 2010-04-26 21:25 MFCDLL\UseMFCDLL\Date.h
............此处省略42个文件信息
- 上一篇:PCA代码实现详解
- 下一篇:C++程序设计谭浩强PDF
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- VC++ 多线程文件读写操作
- 移木块游戏,可以自编自玩,vc6.0编写
- MFC数字钟(基于VC6.0)
- VC++MFC小游戏实例教程(实例)+MFC类库
- VC6LineNumberAddin.dll
- VC++实现CMD命令执行与获得返回信息
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- VC++基于OpenGL模拟的一个3维空间模型
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- 基于VC++的SolidWorks二次开发SolidWorks
- MFC文档_视图_框架_模板结构体系深入
- 简单员工管理系统(适合初学MFC)
- 派克变换VC++源码(附文档)
- VC++ 串口
- dll依赖文件检测工具
- MFC五子棋游戏
- VC++ 大富翁4_大富翁游戏源码
- MFC UDP编程
- MFC的异步网络通讯应用程序
- VC++ 摄像头视频采集与回放源程序
- C++MFC模块讲解,黑发程序员课程整理
- 转 VC++ 实现电子邮件(Email)发送
评论
共有 条评论