資源簡介
C++實戰源碼-設計FLV播放器(入門級實例563).zip
代碼片段和文件信息
//?PlayFlv.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“PlayFlv.h“
#include?“PlayFlvDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CPlayFlvApp
BEGIN_MESSAGE_MAP(CPlayFlvApp?CWinApp)
//{{AFX_MSG_MAP(CPlayFlvApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CPlayFlvApp?construction
CPlayFlvApp::CPlayFlvApp()
{
//?TODO:?add?construction?code
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????146768??2008-12-25?11:23??PlayFlv\msxm
?????文件??????126579??2008-12-25?11:23??PlayFlv\msxm
?????文件????????1250??2010-11-13?11:31??PlayFlv\PlayFlv.clw
?????文件????????2133??2008-12-25?13:46??PlayFlv\PlayFlv.cpp
?????文件????????4657??2008-12-25?16:02??PlayFlv\PlayFlv.dsp
?????文件?????????581??2008-12-25?16:02??PlayFlv\PlayFlv.dsw
?????文件????????1335??2008-12-23?15:19??PlayFlv\PlayFlv.h
?????文件????????6634??2009-01-14?13:45??PlayFlv\PlayFlv.rc
?????文件????????5894??2008-12-26?13:24??PlayFlv\PlayFlvDlg.cpp
?????文件????????1586??2008-12-26?13:27??PlayFlv\PlayFlvDlg.h
?????文件?????????823??2008-12-25?16:01??PlayFlv\resource.h
?????文件???????15919??2008-12-25?16:01??PlayFlv\shockwaveflash.cpp
?????文件????????4713??2008-12-25?16:01??PlayFlv\shockwaveflash.h
?????文件?????????209??2008-12-23?15:19??PlayFlv\StdAfx.cpp
?????文件????????1054??2008-12-23?15:19??PlayFlv\StdAfx.h
?????文件??????????91??2010-11-11?14:16??PlayFlv\程序使用說明.txt
?????文件??????705461??2008-12-18?11:18??PlayFlv\FLV\01.flv
?????文件???????49214??2008-11-28?08:25??PlayFlv\FLV\FLVpla
?????文件?????????105??2009-01-14?13:45??PlayFlv\FLV\list.xm
?????文件????????5308??2008-11-26?15:44??PlayFlv\FLV\SteelExternalAll.swf
?????文件????????1078??2008-12-23?15:19??PlayFlv\res\PlayFlv.ico
?????文件?????????399??2008-12-23?15:19??PlayFlv\res\PlayFlv.rc2
- 上一篇:C++ 自定義消息
- 下一篇:C++實戰源碼-拼圖游戲
評論
共有 條評論