Link to home
Start Free TrialLog in
Avatar of junhonguk
junhonguk

asked on

any tools to compare the source codes before and after changed

I wonder if there is any tools for comparing the source codes written in VC/C++ and get the difference about which line was changed in the new one.

thanks.
Avatar of AlexFM
AlexFM

Use WinDiff program which comes with Visual Studio. It is listed in the Programs menu, Visual Studio 6.0 - Visual Studio 6.0 Tools - WinDiff.
In Visual Studio 8.0 you can find it in the directory Microsoft Visual Studio 8\Common7\Tools\Bin.
Avatar of junhonguk

ASKER

the version of my visual studio is 7.0.
I can't find the program you said.

All the files in the folder "Microsoft Visual Studio 8\Common7\Tools\Bin" are:

Bind.exe, DisableMsg.Exe, gtrts32w.dll, gtrtst32.dll, IViewers.dll, LTM.exe,
MC.exe, Midl.exe, MidlC.exe, MkTypLib.exe, odbct32w.exe, odbcte32.exe,
OleView.exe, RC.exe, RcDll.Dll,ReBase.exe, RowsetViewer.exe,
UndName.exe, Uuidgen.exe.

which one do I need?

thanks

Make search for WinDiff.exe in all Visual Studio folder. If you have Microsoft SDK, search also there.
SOLUTION
Avatar of mahesh1402
mahesh1402
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

Search complete. but no results for WinDiff.exe.

except examdiff you may take a look at Other professional tools for this :

Compare It
http://www.grigsoft.com/wincmp3.htm

and Beyound Compare ( This is commercial but Great tool I am using this ! )
http://www.scootersoftware.com/

-MAHESH
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
very helpful.
thank you guys.