Click here to Skip to main content
15,885,914 members
Articles / Programming Languages / C++

Project Line Counter Add-In v2.10 for VS.NET and VC6

Rate me:
Please Sign up or sign in to vote.
4.92/5 (38 votes)
29 Jun 2003 447.9K   5.3K   142  
Get statistics about your source code with a click of a button
=============================================================================
==                                                                         ==
=  Project Line Counter Add-In 1.10                     Copyright (c) 2000  =
=  (May 5, 2000)                                        by Oz Solomonovich  =
==                                                                         ==
=============================================================================

CONTENTS OF THIS FILE:
----------------------
1. Abstract
2. System Requirements
3. Installation
4. Uninstalling
5. Special Note
6. Contact Info


1. Abstract
-----------
Project Line Counter is an add-in for Microsoft Visual C++.  Line Counter 
reports statistics about files in your Visual C++ projects, including:
number of lines, lines with code, lines with C/C++ style comments, mixed 
lines (code and comments), and more.  


2. System Requirements
----------------------
Line Counter requires Microsoft Visual C++ version 5 (DevStudio '97) or 6 
(DevStudio 6) running under Windows 9x, or Windows NT 4.0+.


3. Installation
---------------
To install Line Counter, copy the files from this distribution file to the 
Visual C++ add-in directory.  Once the files are copied, run DevStudio, and 
select "Project Line Counter" in the Tools|Customize|AddIns dialog.

NOTE TO WORKSPACE WHIZ! USERS: 
Don't copy WWhizInterface.mod from the Line Counter distribution if you have 
a Workspace Whiz! version greater than 2.00 Beta 3.  Instead use the file you 
already have.


4. Uninstalling
---------------
To uninstall simply delete all the files mentioned in the Installation
section.


5. Special Note
---------------
Line Counter includes a beta of Joshua Jensen's Workspace Whiz! Interface 
library (Beta 3).  Line Counter defaults to using the Interface library 
used by the running instance of Workspace Whiz!, so if you upgrade to a new
beta, that will be used automatically.
Nevertheless, a new version of Line Counter will be released when a shipping
version of WWhiz! is released.

If you wish to learn more about Workspace Whiz! and it's Interface component,
refer to the Line Counter on-line help, and to the Workspace Whiz! web site:
http://www.workspacewhiz.com


6. Contact Info
---------------
If you have any questions, comments or suggestions, feel free to contact me:

    web:    http://www.wndtabs.com
    e-mail: support@wndtabs.com

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Experion
Canada Canada
You may know Oz from his WndTabs days. Oz has long since left client side development to work on web technologies and to consult in the R&D management field.

Comments and Discussions