Textual form of ClassView?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Tom (anonymous_at_discussions.microsoft.com)
Date: 05/30/04


Date: Sun, 30 May 2004 13:11:03 -0700

Can I get the information listed in ClassView to print out in TEXTUAL form?
ClassView shows all classes and members in a compact format that would be
nice to have in textual format so I could paste the information into WordPro
document and then add descriptive text next to any class or member that I
choose.

I suppose that I could start with the class declarations from the header
files but that would require a lot of rework for those programs that are
'messy'.

Presently I capture the ClassView window image to a bitmap using HyperSnap
and then send the bitmap through a character recognition program. This
approach produces a lot of errors in the final text which can require lots
of rework.

I am NOT using MFC.

Thanks,
Tom