a、打开SI,选择Options->Custom Commands->Add...,输入pclint。
b、在Run输入d:\lint\lint-nt -u d:\lint\std.lnt d:\lint\env-vc8.lnt %f。
c、勾上【Iconic Window】、【Capture Output】、【Parse Links in Output】、【File,then Line】。
d、点击右侧的【Menu】,在Menu对应的下拉框选择【View】,选中<end of menu>,点【Insert】,OK退出。
e、可以添加运行pclint的快捷键:打开Options菜单中的“Custom Co...
PC-Lint, 开发工具阅读全文
据移动管理公司Fiberlink的统计数据显示,目前世界上有一半的笔记本电脑仍搭载着XP。这款拥有十年历史的系统,为何至今还拥有这么多忠实粉丝?这些人为什么不换用体验更好的Win8呢?难道只是因为怕麻烦么?
现状:Windows XP统治二三四线城市
国庆期间我去南方某个县城探亲时,发现家里的亲戚至今还在用XP系统。我问她为什么不升系统,她说:“没必要啊,我平时只是逛淘宝、看视频、聊QQ...
Win8, windows, Windows_Phone阅读全文
一、集成PC-LINT对单个文件编译
打开VS2005,点击【Tools】,选择【External Tools】,点击Add,即可添加一个新的pclint处理。
【Title】:pclint
【Command】:D:\lint\lint-nt.exe
【Arguments】:-i"d:\lint" std.lnt env-vc8.lnt "$(ItemFileName)$(ItemExt)"
【Initial directory】:$(ItemDir)
勾选上【Use Output window】,【Prompt for arguments】,点击OK。
这样,在Tools列表下就多出了一个pclin...
PC-Lint, 开发工具阅读全文
1. 打开Keil μVision3,并打开需要检查的Project。
2. 打开Tools菜单,选择Setup PC-Lint...,打开PC-Lint Options窗口。
3. 点击右上角的四个编辑图标(New, Delete, Move Up, Move Down)来设置PC-Lint Include Folders。根据C源程序文件中包含的头文件(.h)名称来定位到“C:/Keil/C51/INC/”目录下相关文件夹(包括INC文件夹本身)。如:“C:/Keil/C51/INC/”和“C:/Keil/C51/INC/Atmel/”。
4. 设置Lint Executable路径为:“X:/...
PC-Lint阅读全文
WinDbg是微软发布的一款相当优秀的源码级(source-level)调试工具,可以用于Kernel模式调试和用户模式调试,还可以调试Dump文件。
1. WinDbg介绍: Debugging Tools and Symbols: Getting Started http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx A word for WinDbg http://mtaulty.com/communityserver/blogs/mike_taultys_blog/archive/2004/08/03/4656.aspx
2. WinDbg下载...
WinDbg阅读全文