posts - 37,  comments - 286,  trackbacks - 2
公告
08 2009 档案
WinInet 与 winHTTP 共同在代码文件中引用会引起编译错误
摘要: 问题: WinInet 与 WinHTTP 同为Windows 平台下访问互联网的API组。WinInet 技术比较老,已经有十余年历史了,在某些方面并不完全胜任访问Internet的工作。于是后来有了winHTTP APIs。 或许是微软考虑到winHTTP技术可以全面替代WinInet访问,所以某些结构体、宏被winHTTP.h 文件进行了重定义。当一个代码文件(.cpp 或.inl) 同时包...阅读全文
posted @ 2009-08-27 15:41 Michael Lee 阅读(512) | 评论 (0) 编辑
Android SDK 有bug
摘要: Android 开发者使用Eclipse 新建一个Android 资源文件(xml 文件)时无法正确启动Android XML file wizard。 具体操作如下:1) 在package explorer 或者文件菜单中,选择新建;2) 在新建子菜单中选则others....;3) 在新建向导中选择 Android -> Android XML File; 此时会收到Eclipse 报告...阅读全文
posted @ 2009-08-13 05:10 Michael Lee 阅读(2205) | 评论 (5) 编辑
编译 Firefox 其实很简单
摘要: 如何简单快速的编译Firefox 源代码阅读全文
posted @ 2009-08-06 15:59 Michael Lee 阅读(3053) | 评论 (9) 编辑