IamEasy_Man

Filled With Confidence , And Never Say Give Up !

2009年12月11日

【原创】Win Mobile编译怪事

摘要: 今天在Rebuildall的时候,build.log中查找到的错误打印信息: ERROR: Res2Res: Res2Res: ERROR: Line: 267 File: f:\bowmore2\private\winceos\tools\rescommon\checksum.cpp ERROR:... 阅读全文

posted @ 2009-12-11 15:30 IamEasy_Man 阅读(667) 评论(0) 推荐(0)

【原创】A进程窗口嵌入到B进程窗口中显示

摘要: 做了一个把A应用程序嵌入到B应用程序中显示的Demo,源码: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> // 在B应用启动... 阅读全文

posted @ 2009-12-11 15:21 IamEasy_Man 阅读(1937) 评论(0) 推荐(1)

【原创】WINCE流驱动的动态加载调试

摘要: 免去重新生成NK IMAGE的麻烦,直接用应用程序调试流驱动,高效快捷,透明可见。 1.在EVC下编译驱动源文件,生成驱动的DLL. 注意:在编译时请注意project setting,要加入驱动的导出文件,即在project options 中加入 /def:"IR.DEF" ,这一步很重要... 阅读全文

posted @ 2009-12-11 00:35 IamEasy_Man 阅读(271) 评论(0) 推荐(0)

【转载】WDM驱动中使用DeviceIoControl,CreateFile

摘要: 标 题: 【成果3.4】WDM驱动中使用DeviceIoControl,CreateFile 作 者: 火影 时 间: 2008-01-08,23:49 链 接: http://bbs.pediy.com/showthread.php?t=57948 同样使用网上流传的WDM驱动Demo,自己添... 阅读全文

posted @ 2009-12-11 00:33 IamEasy_Man 阅读(931) 评论(0) 推荐(0)

【转载】Rotate a bitmap image

摘要: If you are targeting multiple platforms, then your task becomes tougher. You could either rotate each pixel in the source bitmap one at a time or dir... 阅读全文

posted @ 2009-12-11 00:26 IamEasy_Man 阅读(677) 评论(0) 推荐(0)

导航