Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directX SDK
Search - directX SDK - List
非常适合内嵌式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-
Date : 2025-12-21 Size : 1.5mb User : lzy

调用directshow出现链接错误,如何解决? player.obj : error LNK2001: unresolved external symbol _IID_IVideoWindow player.obj : error LNK2001: unresolved external symbol _IID_IMediaControl 这是因为链接器没有找到合适的.lib文件。两种办法: 1、在EVC菜单Tools—options—directories 里把library files的路径重新调整一下。如果你只安装了EVC自带的 Standard SDK而没有其它SDK,可以指定WINCE目录中的.lib文件路径,例如D:\WINCE500\PUBLIC\DIRECTX\ OAK\LIB\X86\RETAIL。注意CPU的类型。 2、安装SDK,前提是导出SDK的PB内核工程必须包括DirectShow或者其它组件。 -Call directshow link errors, how to solve? player.obj: error LNK2001: unresolved external symbol _IID_IVideoWindow player.obj: error LNK2001: unresolved external symbol _IID_IMediaControl This is because the linker does not find suitable. lib file. In two ways: 1, in the EVC menu Tools-options-directories in the path of the library files to re-adjust. If you only installed the Standard SDK EVC own and not the other SDK, you can specify the directory in WINCE. Lib file path, for example D: \ WINCE500 \ PUBLIC \ DIRECTX \ OAK \ LIB \ X86 \ RETAIL. Note CPU type. 2, the installation of SDK, SDK, provided that the PB cores derived works must include the DirectShow or other components.
Date : 2025-12-21 Size : 14kb User : chenl

这是一个wince下简单的多媒体程序,使用evc和平台SDK编写多媒体播放演示程序,利用Directx图形接口来完成绘图任务,利用COM组件开发方法。-This is a simple multimedia programs under wince, using evc and platform media player SDK demo written using Directx graphics interface to complete the drawing tasks, the use of COM component development method.
Date : 2025-12-21 Size : 27kb User : liao

本文档介绍的CCameraDS类调用采集函数可直接返回IplImage,使用更方便,且集成了DirectShow,勿需安装庞大的DirectX/Platform SDK。-This document introduces CCameraDS class calling acquisition function can be directly to return to IplImage, use more convenient, and integrated the DirectShow, don t need to install large DirectX/Platform SDK.
Date : 2025-12-21 Size : 8kb User : 李贤元
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.