|
-
March 8th, 2004, 11:23 AM
#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
-
March 8th, 2004, 12:10 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|