资源简介
一个VC编写的读取JPG文件EXIF信息的一个类,很好用很强大!
代码片段和文件信息
// ExifTest.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ExifTest.h“
#include “ExifTestDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CExifTestApp
BEGIN_MESSAGE_MAP(CExifTestApp CWinApp)
//{{AFX_MSG_MAP(CExifTestApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CExifTestApp construction
CExifTestApp::CExifTestApp()
{
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CExifTestApp object
CExifTestApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CExifTestApp initialization
BOOL CExifTestApp::InitInstance()
{
// Standard initialization
CExifTestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
}
else if (nResponse == IDCANCEL)
{
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 28672 2003-03-16 22:50 ExifTest.exe
文件 1204 2003-03-16 21:47 ExifTest.h
文件 1283 2003-03-16 21:47 ExifTest.cpp
文件 999 2003-03-16 21:47 StdAfx.h
文件 210 2003-03-16 21:47 StdAfx.cpp
文件 400 2003-03-16 21:47 RES\ExifTest.rc2
文件 1078 2003-03-16 21:47 RES\ExifTest.ico
文件 539 2003-03-16 21:47 ExifTest.dsw
文件 548 2003-03-16 21:49 Resource.h
文件 4447 2003-03-16 21:49 ExifTest.rc
文件 4277 2003-03-16 22:19 ExifTest.dsp
文件 1514 2003-03-16 22:31 ExifTestDlg.h
文件 10234 2003-03-16 22:42 ExifTestDlg.cpp
文件 27930 2003-03-16 22:45 EXIF.CPP
文件 3480 2003-03-16 22:45 EXIF.H
- 上一篇:OPENGL 字母模型
- 下一篇:vs报存储空间不足的错误的方法.rar
相关资源
- spring3 mvc+mybatis+velocity+maven
- VCS使用教程
- springMVC取后台数据做Echarts报表
- 运动目标检测源代码opencv
- vc使用带滚动条的图片控件
- VC按钮ButtonST
- 大学生就业信息网源码
- nvcc编译器配置——实用详细步骤
- 因果图.jpg
- Plupload 上传.net MVC 上传
- CRC16位校验算法源代码
- 纯净的SSM集成环境Maven构建的SpringMV
- 简单的MVC构架
- windows 64位 msvcrtd.dll
- vc windows 设置默认mic/speaker
- myMvcApp.rar
- Tomcat 部署 war 源文件 springmvc_war.zip
- ESXivCenter安装镜像提取码.txt
- websocket使用(spring mvc)
- msvcp120.dll
- VCM马达总成图纸,音圈马达的见解
- 世界地图_遥感影像_JPG格式
- VC发邮件源码
- opengl绘制的三维汽车
- Unity3D客户端PureMVC框架视屏讲解
- xJPG.rar
- VC Kodak图像控件的dll
- 锁相环PLL系统,鉴相器PD,压控荡器
- spring面试题,spring MVC面试题,spring
- Windows服务程序VC源代码
评论
共有 条评论