Welcome![Sign In][Sign Up]
Location:
Search - coredll.dll

Search list

[assembly languagesoundonpocketpc(word2007)

Description: 在PPC上播放声音不像在PC上可以直接使用vs2005给提供的System.media命名空间中的方法.而只能调 用外部的coredll.dll库.只能播放.wav文件,并且还不是所有的都能播,
Platform: | Size: 11592 | Author: | Hits:

[OtherDLL

Description: 包含了PPC开发需要调用的DLL文件,如:aygshell.dll,btd.dll,btdrt.dll,bthamb.dll,bthcsr.dll,bthlink.dll ,bthsc.dll,bthuart.dll,bthuniv.dll,bthusb.dll,bthutil.dll,coredll.dll,Doclist.dll,GX.dll,mfcce300.dll, ,note_prj.dll,olece300.dll等等文件。
Platform: | Size: 607720 | Author: 唐进 | Hits:

[Other resourcemp3play

Description: 非常适合内嵌式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 就行
Platform: | Size: 1569391 | Author: lzy | Hits:

[Other resourceRDAExams

Description: 修正了广为流传的RDA例子中的错误 记得link里加上commctrl.lib coredll.lib use mfc in a share dll 就能正常编译了
Platform: | Size: 142985 | Author: lv | Hits:

[CSharpCE playSond

Description: 用C#开发PDA里怎样播放WAV声音,其中要调用CoreDll.dll档的共公类部分-C# development PDA how to play WAV sound, which must be called CoreDll.dll stalls were part of the public category
Platform: | Size: 6964 | Author: 辛洪梅 | Hits:

[CSharpCE playSond

Description: 用C#开发PDA里怎样播放WAV声音,其中要调用CoreDll.dll档的共公类部分-C# development PDA how to play WAV sound, which must be called CoreDll.dll stalls were part of the public category
Platform: | Size: 7168 | Author: 辛洪梅 | Hits:

[Windows CEDLL

Description: 一个在WINCE下可以用PPC上软件的常用的DLL文件集合-WINCE under a PPC can be used on commonly used software DLL file collection
Platform: | Size: 909312 | Author: hai5g | Hits:

[assembly languagesoundonpocketpc(word2007)

Description: 在PPC上播放声音不像在PC上可以直接使用vs2005给提供的System.media命名空间中的方法.而只能调 用外部的coredll.dll库.只能播放.wav文件,并且还不是所有的都能播, -PPC on to play a sound in the PC can not directly use VS2005 to provide namespace System.media approach. But can only call external coredll.dll library. Can only play. Wav files and not all are to broadcast
Platform: | Size: 11264 | Author: | Hits:

[OtherDLL

Description: 包含了PPC开发需要调用的DLL文件,如:aygshell.dll,btd.dll,btdrt.dll,bthamb.dll,bthcsr.dll,bthlink.dll ,bthsc.dll,bthuart.dll,bthuniv.dll,bthusb.dll,bthutil.dll,coredll.dll,Doclist.dll,GX.dll,mfcce300.dll, ,note_prj.dll,olece300.dll等等文件。-PPC development includes DLL files you want to call, such as: aygshell.dll, btd.dll, btdrt.dll, bthamb.dll, bthcsr.dll, bthlink.dll, bthsc.dll, bthuart.dll, bthuniv.dll, bthusb. dll, bthutil.dll, coredll.dll, Doclist.dll, GX.dll, mfcce300.dll,, note_prj.dll, olece300.dll documents and so on.
Platform: | Size: 607232 | Author: 唐进 | Hits:

[Windows CEmp3play

Description: 非常适合内嵌式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-
Platform: | Size: 1568768 | Author: lzy | Hits:

[SQL ServerRDAExams

Description: 修正了广为流传的RDA例子中的错误 记得link里加上commctrl.lib coredll.lib use mfc in a share dll 就能正常编译了-Revised RDA widespread examples of errors in the recall together with the link in commctrl.lib coredll.lib use mfc in a share dll will be able to compile a normal
Platform: | Size: 142336 | Author: lv | Hits:

[OS programMobileFullScreen

Description: WINCE full screen application sample! DllImport, IntPtr, coredll.dll, vs2008-WINCE full screen application sample! DllImport, IntPtr, coredll.dll, vs2008
Platform: | Size: 31744 | Author: | Hits:

[Windows CECellLineMonitor

Description: windows mobile下tapi实现监视电话线路的程序。vs2008下创建,并在windows mobile 6.1下通过测试。-TAPI Programming on Windows Mobile August 16, 2008, 8:03 pm Download the source code TAPI stands for Telephony Application Programming Interface. TAPI is the Microsoft implementation of CTI (Computer Telephony Interface). TAPI provides a common interface to communicate and control a telephony device. TAPI simplifies the telephony programming since the programmer does not require detailed information about the hardware he/she is using. Windows Mobile 5 support TAPI version 2.0. The version 2.0 brings telephony support to any Windows CE applications. The TAPI.DLL file exposes all the TAPI functions. The header file TAPI.H contains the all the function definitions, typedefs,#defines, etc… The application links to COREDLL.DLL file which redirects the calls to TAPI.DLL. The TAPI.DLL uses the TAPI Service Provider DLLs to communicate with the hardware. The TAPI Service Provider (TSP) is the driver for the hardware. Microsoft supplies default Unimodem TSP. The Unimodem TSP supports
Platform: | Size: 25600 | Author: 龙田 | Hits:

[IME DevelopOpenSoftKey

Description: 基于WCE开发在CE上通过调用系统自带的coredll.dll 来打开设备的小键盘(输入法),方便用户输入。-WCE based on the development of the CE system by calling coredll.dll own equipment to open a small keyboard (input) to facilitate user input.
Platform: | Size: 27648 | Author: 曹瞻 | Hits:

[Windows CEcoredll_dll_API

Description: Wince下的主要dll,coredll.dll所包含的全部函数. 在API下就可以知道各个函数的使用方法.-Wince of the main dll, coredll.dll contains all the function. In the next API function to know the use of various methods.
Platform: | Size: 14336 | Author: zhangyg | Hits:

[Windows Developcoredll.dll

Description: core dll files zip that I use for Visual Studio 2008 when developing applications
Platform: | Size: 121856 | Author: rikiriki | Hits:

[OtherCoreDll(2)

Description: 在Windows CE下,coredll.dll的作用相当于Win32的kernel32.dll -In the Windows CE under, coredll.dll the role of the equivalent of Win32' s kernel32.dll
Platform: | Size: 112640 | Author: yodoe | Hits:

[OS programPDAWeb

Description: [DllImport( CoreDll.dll )] //, EntryPoint sound public static extern bool PlaySound(string pszSound, int hmod, int fdwSound) public const int SND_FILENAME 0x00020000 public const int SND_ASYNC 0x0001 public void sound(string soundPath)//例:soundPath sound\\2.wav 路径只满足环境目录下就OK { PlaySound(soundPath, 0, SND_ASYNC | SND_FILENAME) //播放WAV格式声音 Thread.Sleep(2000) //播放2000毫秒(2秒) }-[DllImport( CoreDll.dll )] //, EntryPoint sound public static extern bool PlaySound(string pszSound, int hmod, int fdwSound) public const int SND_FILENAME 0x00020000 public const int SND_ASYNC 0x0001 public void sound(string soundPath)//例:soundPath sound\\2.wav 路径只满足环境目录下就OK { PlaySound(soundPath, 0, SND_ASYNC | SND_FILENAME) //播放WAV格式声音 Thread.Sleep(2000) //播放2000毫秒(2秒) }
Platform: | Size: 7168 | Author: 任凡凡 | Hits:

CodeBus www.codebus.net