Click here to Skip to main content
15,881,424 members
Articles / Desktop Programming / MFC
Article

WinDiff (or WinMerge), the way you want it!

Rate me:
Please Sign up or sign in to vote.
4.73/5 (19 votes)
20 Jul 20062 min read 232.1K   5.5K   50   42
A shortcut menu extension (and drag drop menu extension) that makes it eaiser to use WinDiff.

Sample Image - wdcmx100.jpg

Preface

It is sad that I have to do this, but here we go anyway... this is not an advertisement or endorsement for WinDiff... so don't get your panties all up in a bunch and start harping on what you like or don't like about WinDiff. This project can be easily tweaked to work with any program that takes two paths as command line arguments. I just picked WinDiff because my boss uses it, it is free, and it worked the way I needed it to.

Introduction

WDCMX is a derivative of CMDCMX, which I wrote way back in 1996. Everyone seems to like CMDCMX, so I figured I would share WDCMX too.

As a code example: WDCMX demonstrates an MFC based shell extension implementation. In addition, uses of GetShortFileName(), BrowseForFolder(), and GetOpenFileName() are included. A cool thing to check out is, how I use the BrowseForFolder callback to make the the tree control pre-select a directory.

As a utility: WDCMX allows you to select files (or folders) from within Explorer and pass them to WinDiff.

Using the Utility

Right-click on file and folder items from within Explorer, and select the 'WinDiff' menu item. The first item to compare is indicated by the item you right-clicked on. The second item is indicated by using the browse dialog presented to you after selecting the "WinDiff" menu item.

Using the Code

The current source archive provides a self-contained solution (WinDiffTool.sln) that includes four projects. From these four projects are built context menu handlers and dragdrop menu handlers that target WinDiff and WinMerge. Select either the Release or Debug targets, and build the solution. The deliverables are built into common "debug" and "release" directories off the base directory. You may want to change these outputs to the locations of the respective diff/merge tools for testing.

Look for GetShortFileName, BrowseForFolder, and GetOpenFileName in wdcmx_menu.cpp to see an example of how they are used.

History

  • Version 1.01

    Posted on July 18, 2006 - MFC is linked static... the MFC redistributables are no longer required.

  • Version 1.00 b

    Posted on September 28, 2004 - Includes the drag and drop component suggested by Jean-Francois Larvoire.

  • Version 1.00

    Posted on September 16, 2004.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
16yrs of GUI programming experience gained at: (most recent first) BlackBall, Veritas, Seagate Software, Arcada, Stac, Mountain, and Emerald Systems.

Languages/Scripting: C, C++, JAVA, BASIC, JAVASCRIPT, HTML, XML, PHP, and SQL

Tools: MS Visual Studio, MS Visual SourceSafe, CVS, PVCS, Bounds Checker, VMWare, ToDoList, InstallShield, and Office Applications

Libraries and API: RTL, STL, WIN32, MFC, ATL, .NET, ActiveX, DirectX, COM, DCOM, Shell Extensions, and Shell Namespaces

Strengths: Honest, communicative, keen eye for usability, good at estimating workload and completion dates, ready to take on grunt work, team player, experienced working with QA, localization, Tech Pubs, Sales, and Marketing teams.

Comments and Discussions

 
GeneralRe: Cool off Pin
Shaun Harrington22-Sep-04 8:18
Shaun Harrington22-Sep-04 8:18 
GeneralRe: WinMerge Pin
mikeorama1234512-Oct-04 3:23
mikeorama1234512-Oct-04 3:23 
GeneralRe: WinMerge Pin
Shaun Harrington12-Oct-04 11:28
Shaun Harrington12-Oct-04 11:28 
GeneralRe: WinMerge Pin
andrewtruckle29-Sep-04 0:13
andrewtruckle29-Sep-04 0:13 
GeneralRe: WinMerge Pin
Shaun Harrington17-Sep-04 5:37
Shaun Harrington17-Sep-04 5:37 
GeneralRe: WinMerge Pin
Shaun Harrington22-Sep-04 9:15
Shaun Harrington22-Sep-04 9:15 
GeneralRe: WinMerge Pin
Shaun Harrington29-Sep-04 6:40
Shaun Harrington29-Sep-04 6:40 
Generalpath Pin
Dieter Hammer16-Sep-04 20:19
Dieter Hammer16-Sep-04 20:19 
Hi, thank you for the tool. Unfortunally I have only VC6 running, so I can't reompile.
At my pc (Win2000) the tool wants to start windiff form the folder, the tool is installed itself, so it doesn't work. I have installed windiff and it's in path.

GeneralRe: path Pin
Shaun Harrington17-Sep-04 4:53
Shaun Harrington17-Sep-04 4:53 
GeneralRe: path Pin
Sture Svangstolpe27-Sep-04 21:37
Sture Svangstolpe27-Sep-04 21:37 
GeneralRe: path Pin
Shaun Harrington28-Sep-04 5:30
Shaun Harrington28-Sep-04 5:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.