Can I use Code Compare to review Code Differences in Microsoft Visual Source Safe?
Yes Microsoft Visual Source Safe allows you to add a custom Difference Tool under: Options->CustomEditors You can add a new Editor as follows: Operation: File Difference File Extension: .* Command Line: CodeCompare.exe –LeftSide “%1” – RightSide “%2” The command line must be use the full path to the CodeCompare.exe application, here is an example from my PC.