I know this isnt really a C programming question but does anyone know a freeware GUI based diff tool for windows thats good? Ive downloaded “Beyond Compare” to try out but is only a demo version. Im finding this the easiest way to keep up with reading about the development changes in the V3 seq by doing a diff on the application code between versions.
Hi - I don’t use Windows as much anymore, but you might try WinMerge, it’s free and has a good set of features, see http://winmerge.org/ Mostly I just rely on colordiff when in Linux, I’m sure there’s a version for Win32 but it’s CLI not GUI. Some pluugins (if you install them) may complain if you don’t have VB runtime crap but the program itself should work fine. Hope that helps, give it a try at least.