2008年4月9日

Wince for Mobile的编译流程

摘要: 1.环境变量设置 WinceMobile的编译采用命令行方式。相应的Windows Mobile根目录下会有两个目录:BuildScripts及release目录。其中BuildScripts下放置的是编译脚本,release目录下放置编译结果。 BuildScripts目录中共有3个批处理脚本文件:UpdateLoaderEnv.bat、BaseOSEnv.bat、BuildAll.... 阅读全文

posted @ 2008-04-09 16:10 Luckyer 阅读(8559) 评论(0) 推荐(0) 编辑

生成Windows CE5.0和制作SDK

摘要: 首先, 下载Platform Builder 5.0,也就是 Windows.Ce.Platform.Builder.v5.0.iso 下载地址 电驴确实给中国人带来了实惠!强烈建议大家支持正版,做为程序员大家每个人都理解 一款软件的研发是很艰苦的。不论他是美国CODER还是中国CODER。 这个就不用再说,然后到微软官方网站寻找一个试用版的的 Platform.Builder.v5.0序列号。 ... 阅读全文

posted @ 2008-04-09 15:56 Luckyer 阅读(3581) 评论(2) 推荐(0) 编辑

WM5.0内核启动过程

摘要: The Boot Process If you're a systems programmer, you might enjoy, as I do, seeing how a system boots up. When you think about it, booting up poses some interesting problems. How does the system load ... 阅读全文

posted @ 2008-04-09 15:52 Luckyer 阅读(472) 评论(0) 推荐(0) 编辑

Build process in Windows Mobile

摘要: 1 Build System Windows Mobile下的编译分为四个阶段: 1. The Compile Phase 2. The Sysgen Phase 3. The Release Copy Phase 4. The Make Run-Time Image Phase 在不同的阶段,它们分别调用不同的工具(.bat文件或.exe文... 阅读全文

posted @ 2008-04-09 15:51 Luckyer 阅读(1066) 评论(0) 推荐(0) 编辑

导航