摘要:
两年前我有一篇blog 写如何设置symbol store,来下载和存贮微软的系统DLL的PDB文件。 其实我们自己项目中的symbol也可以加到symbol store里去。 SymStore是微软Debug Tools For Windows (http://www.microsoft.com/whdc/devtools/debugging/default.mspx)中的一个命令行工 具,它... 阅读全文
随笔档案-2006年10月
Add custom view for expression
2006-10-19 22:21 by atempcode, 738 阅读, 收藏,
摘要:
In VS2005, there are new features to display data in a specific format (read very visual) called Type Visualizer and Custom Viewer. There are a lot of articals talking about the Type Visualizer like t... 阅读全文
Free Personal Mail Certificate
2006-10-13 15:45 by atempcode, 402 阅读, 收藏,
摘要:
这几天为了driver签名, 跑遍了各大CA的网站, 无意中发现Thawte提供免费的个人邮件签名证书. hoho, 赶紧申请一个. 打开http://www.thawte.com/secure-email/personal-email-certificates/index.html, 点击Join, 一步一步做就可以了. 响应速度挺快的, 几分中之内就可以安装证书了.因为用Outlook,... 阅读全文
Driver二三事
2006-10-12 21:53 by atempcode, 311 阅读, 收藏,
摘要:
有一段时间没有碰Driver开发了,最近因为Vista要出来了,把几个Driver拿出来测测改改,又在网上看了看有关的消息,还真有些蛮有趣的。 在Vista64位版本上,未经签名的driver不会被允许加载。呵呵,bill大叔有权决定什么能在你的机器上跑,什么不能。看来他还要温习一下这句话:“我可以不同意你的观点但我誓死捍卫你说话的权利”。毕竟这是我的计算机,你可以不喜欢我要运行的程序,... 阅读全文
Warinig C4244 and integral promotion
2006-10-11 18:47 by atempcode, 565 阅读, 收藏,
摘要:
今天按照公司的code standard, 把一个project开到warning W4编译了一下, 一堆warning. 其中有一个很有趣. Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->typedef byte BYTE;BYTE by;BYTE... 阅读全文