mp3play

所属分类:Windows CE
开发工具:Visual C++
文件大小:1532KB
下载次数:137
上传日期:2008-03-29 11:41:43
上 传 者amirLiang
说明:  非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行
(Very suitable for embedded mp3 player, such as the console! Attention Readme.doc bag to see the detailed process of compression, in the ARM and MIPS adopted a new wce application, choose a simple windows ce application in 1.tool-)

文件列表:
play\StdAfx.h (831, 2008-03-29)
play\StdAfx.cpp (291, 2008-03-29)
play\resource.h (105, 2008-03-29)
play\newres.h (799, 2008-03-29)
play\play.rc (1286, 2008-03-29)
play\play.vcp (16855, 2008-03-29)
play\play.vcb (41984, 2008-03-29)
play\ARMV4IDbg\play.res (32, 2008-03-29)
play\ARMV4IDbg\play.pch (2794352, 2008-03-29)
play\ARMV4IDbg\vc60.pdb (266240, 2008-03-29)
play\ARMV4IDbg\StdAfx.obj (70940, 2008-03-29)
play\ARMV4IDbg\play.obj (1206, 2008-03-29)
play\ARMV4IDbg\play.exe (4096, 2008-03-29)
play\ARMV4IDbg\play.pdb (115712, 2008-03-29)
play\play.vcl (259, 2008-03-29)
play\MIPSIIRel\play.res (32, 2008-03-29)
play\MIPSIIRel\play.pch (2602884, 2008-03-29)
play\MIPSIIRel\StdAfx.obj (416, 2008-03-29)
play\MIPSIIRel\play.obj (2461, 2008-03-29)
play\MIPSIIRel\play.exe (11264, 2008-03-29)
play\play.cpp (1467, 2008-03-29)
play\play.vco (50688, 2008-03-29)
play\play.vcw (538, 2008-03-29)
play\ARMV4IDbg (0, 2008-03-29)
play\MIPSIIDbg (0, 2008-03-29)
play\MIPSIIRel (0, 2008-03-29)
play (0, 2008-03-29)

======================================================================== Windows CE APPLICATION : play ======================================================================== AppWizard has created this play application for you. This file contains a summary of what you will find in each of the files that make up your play application. play.cpp This is the main application source file. play.vcp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.vcp) file, but they should export the makefiles locally. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named play.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者