資源簡介
一個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
評論
共有 條評論