-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevstudio.html
More file actions
executable file
·109 lines (83 loc) · 2.49 KB
/
devstudio.html
File metadata and controls
executable file
·109 lines (83 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<title> LCLint - Developer Studio Tips</title>
</head>
<body bgcolor="#FFFFFF" link="#CC0000" alink="#FF3300" vlink="#000088">
<table cellspacing=0 cellpadding=10>
<tr valign=top>
<td valign = top width=20% bgcolor="#44BBFF">
<p>
<br><center>
<IMG ALIGN=center SRC = "lclint-home-small.jpg" ALT="LCLint Home Page">
</center>
<br>
<center><a href="index.html"><b>LCLint Home</b></a></center>
<br>
<center><b><A href="download.html">Download</a></b><br></center>
<p>
<a href="linux.html">Linux</a><br>
<a href="win32.html">Windows 95/NT</a><br>
<a href="source.html">Source</a>
<p>
<p>
<center><b>Documentation</b></center>
<p>
<A href="guide/index.html">User's Guide</a><br>
<A HREF="guide/guide.html">HTML Online</A><br>
<A HREF="pubs.html">Publications</A><br>
<A HREF="samples/index.html">Samples</A><br>
<p>
<p>
<center><b>Other Sources</b></center><br>
<p>
<A HREF="links.html">Links</A><br>
<A HREF="lists.html">Mailing Lists</A><br>
<A HREF="bugs.html">Bugs</A><br>
<p>
<p>
<br><br>
<A HREF="acknowledgements.html">Credits</A><br>
<p>
</td>
<td>
<br><p>
<h2>
Using LCLint in Microsoft Developer Studio
</h2>
<p>
<b>Running in Output Window</b>
<blockquote>
You can add custom tools to Developer Studio to run LCLint within the
IDE. Select <tt>Tools | Customize</tt>. Add a new command to the command
list. In the command edit box, enter
the command to run lclint (e.g., <tt>lclint</tt>). In the arguments
edit box, enter the command line arguments (e.g., <tt>*.c
+parenfileformat</tt>). Check the “Use Output Window” box.
<p>
More ambitious users working on large projects, will configure Developer
Studio to run lclint on a single file and use an <a
href="guide/appF.html">lclint library</a> for interface information.
</blockquote>
<p>
<b>Message format</b>
<blockquote>
You can configure LCLint to produce messages that can be parsed by
DevStudio by using the <tt><a
href="guide/appC.html#flag-parenfileformat">+parenfileformat</a></tt> flag.
Since DevStudio wraps message text automatically, you may also wish to
use <tt><a href="guide/appC.html#flag-linelen">-linelen 999</a></tt> to set
the line length high enough so lclint will not split lines.
</blockquote>
<p>
<HR>
<author> <a href="http://www.cs.virginia.edu/~evans">David
Evans</a> <br>
<a href="http://www.cs.virginia.edu">University of Virginia, Computer Science</A><br>
<a
href="mailto:evans@cs.virginia.edu"><em>evans@cs.virginia.edu</em></a>
</author>
</td>
</tr>
</table>
</body>
</html>