| View previous topic :: View next topic |
| Author |
Message |
Avisgjs Newbie
Joined: 16 Dec 2003 Posts: 2
|
Posted: Dec 16th, 2003 06:22 PM Post subject: Comparing source code |
|
|
| I have and use compare by AARDSOFT but I was wondering if anyone had found a better comparison tool. You know for when you want a head to head comparison with older code to newer code. Thanks. |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 17th, 2003 05:14 AM Post subject: |
|
|
Could you please describe what it does more specifically? I don't quite understand...
Thanks _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
Avisgjs Newbie
Joined: 16 Dec 2003 Posts: 2
|
Posted: Dec 17th, 2003 11:57 AM Post subject: Comparing Code |
|
|
| I need to compare two source codes ie cls,bas,frm looking for differences between them. Some of the code may be dropped or added in either module, function or sub. Compare does this at the module level but not at the project level. The main thrust of the tool is to disclose code variances. I would prefer to just point at two projects and have a tool report the differences in the entire project. |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 18th, 2003 11:51 AM Post subject: |
|
|
I don't know of one but I imagine it is something easy to make... Off the top of my head you can just read both files, split it by vbCrLf and compare the lines. Before you start comparing you can check some things like number of lines and file size so there aren't probably any differences... _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|