资源简介
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 串行化的简单使用
- 公交车模拟
- VC读取shapefile文件源码,处理点线面
- MFC函数库手册
- vc++课程设计——聊天室
- Socket编写的一个基于MFC的聊天程序源
- mfc打开并显示BMP图片
- 导入3dmax模型的VC++程序
- Programming Windows with MFC随书光盘源代码
- vc+SQL实现医院收费管理系统
- 能随鼠标移动的放大镜
- MultiThread(VS2013 MFC多线程-含源码-含个
- VC++6.0 MFC串口编程上位机程序代码.
- Visual C++串口通信及测控应用详解--源
- VC++编写的示波器模拟仿真程序
- VC6中使用MFC自动化Excel数据写入和图表
- 超市库存管理系统的MFC实现
- 圆检测和方形检测图像处理
- VC++6.0多人网络小游戏-支持多人联机网
- MFC 下写的SVM类
- MFC+OpenGL三维建模与动画显示
- VC++ 游戏编程基础 入门必看
- VC++获取网上股市数据并实时图表显示
- 基于opengl粒子系统实现喷泉的模拟
- VC++记事本完整源程序
- MFC基于对话框GDI+简单绘图
- MFC编程技巧与范例详解PDF(无水印 带
- 各种Kalman滤波的比较程序——C++/MFC版
- MFC vc++ 银行业务模拟系统
- 精美时钟VC++6.0源代码)
评论
共有 条评论