搜索资源列表
ce_crtdbg
- This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
SqlSrRemote_2005
- VS2005环境里C#编写的WINCE与WINDOWS数据库同步的程序,本人测试通过。-VS2005 environment written in C# WINDOWS WINCE database synchronization with the procedure, I test.
WinCE_Driver3
- 为什么WINCE目录下的例子用build+sysgen能够编译成EXE文件,而我添加的例子就不能编译呢? 如果这个例子是一个应用程序,那么肯定包括代码文件(.h .c .cpp)和资源文件(.rc和其它资源文件),build工具根据source文件内容把代码文件编译成lib文件,资源文件编译成.res文件,sysgen工具根据makefile文件内容将source文件中列出的需要链接的各个库文件合并成一个EXE文件。所以说关键在于makefile文件,WINCE目录下凡是能够用-Why W
PlatformBuilder
- 本文总结了Platform Builder如下常见编译错误及其解决方案: 1、Ram start overlaps rom binary 2、Failed to initialize from CECONFIG.H. 3、Bootloader 引导OS 到SDRAM 后无法执行,提示“Dabort exception!!!”(数据中止异常) 4、Could not find file E:\WINCE500\PBWorkspaces\study_catalog\RelDirsmd
jiyuWCE
- 基于WinCE的I^2C驱动程序设计,这是一部很不错的资料-Based on WinCE I ^ 2 C driver design, it s a very good material
WinCEPortingLibrary
- This a library to support C Runtime library for WinCE. HOWEVER, I am building this for a personal reason and it s very poor and not completed. I am uploading this for myself. Do not download-This is a library to support C Runtime library for WinCE. H
ADC
- Wince6.0下的一个ADC驱动程序,用C++编写的。希望会有参考价值。-An ADC driver under Wince6.0, written in C++. I hope there will be a reference value.
IO-test
- wince系统,对系统IO模块测试例程,C++编写的-Wince system, on the system I/o module test routines, written in c++