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 Commands”命令项,点击该对话框中的”keys”,
在弹出的对话框中选中pclint命令,点击”Assign New Key…”菜单,会提示你在键盘上按快捷键,此时在键盘上同时按下“ctrl、shift和p”键,点”OK”,就可以用ctrl+shift+p运行pclint了。
这时就可以使用source insight编译VS2005相应的工程。
当然,如果想使用pclint集成到si后可以支持其它编译器,可以重新设置PC-LINT,并生成一份新的std_XXX.lnt文件,在配置中使用相应的std_XXX.lnt。