CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    1

    How can I develop a tool which is a little like pure-coverage.

    It needs insert some codes into the source code, and let VC++ to compile them. So I can do some analysis in the new code.
    Can anyone tell me where can I find some topic or information about it?
    It will be very nice if somebody can provide some souce code.

    Thanks & Regards
    Heqian

  2. #2
    Join Date
    Oct 2003
    Location
    Philadelphia, PA
    Posts
    167
    When you say "codes" what exactly are you talking about? What it sounds like you are really talking about is finding static source-code analysis tool that give you the information you want. Typically, these tools use a meta-data resource that is tied to the source-code (with line number/column) as a referencing tool. There are lots of things out there, including our tool (but I don't want to get salesly). Instead, google "static source code analysis" and you'll find lots of options. Good luck or feel-free to email direct with questions, in my signature.
    Mike Dershowitz
    [email protected]
    www.lexientcorp.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured