Link to home
Start Free TrialLog in
Avatar of tsid
tsid

asked on

printing a project summery in VC++

How can I print out a summery report of all the classes functions and vireble of my project.
Im using VC++ 6

thanks
Avatar of IainHere
IainHere

If you have the Enterprise Edition, Visual Modeller will import all of your classes and variables, and you could get a report from there.
It is not very easy, but there are several approaches:
You can use .bsc files which are generated when you turn on option "Generate browser information"

Please refer to the link below for Browser Toolkits for Microsoft Visual C++, which gives you an access to bsc content.
http://support.microsoft.com/support/kb/articles/Q153/3/93.asp

Alternatively you can load .bsc content e.g. into Visio
http://msdn.microsoft.com/library/techart/revengcode.htm

But there can be completely different approach: to use third party tools.
E.g. doxygen, doc++, understand for C++, etc.

If you need, I can give more info on tools.
Hope it answers your question.
Avatar of tsid

ASKER

IainHere,
How can Visual Modeller help me?

--------------------------------------------

proskiq,
How to Generate browser information?
I think you forgot this question. I will ask Community Support to close it unless you finalize it within 7 days. Unless there is objection or further activity,  I will suggest to refund the points and delete this question since nobody had a satisfying answer for you.

The link to the Community Support area is: https://www.experts-exchange.com/jsp/qList.jsp?ta=commspt

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
======
Werner
ASKER CERTIFIED SOLUTION
Avatar of Netminder
Netminder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial