1.1. |
Does WinMerge run on older Windows versions? |
Beginning with Version 2.14, WinMerge ended support for older 32-bit Windows systems, including Windows 9x, ME, and NT4. Previously, WinMerge provided an ANSI (8-bit) executable,
WinMerge developed the Unicode-enabled
|
|
1.2. |
That splash screen is annoying, how do I turn it off? |
In the WinMerge menu, click Edit → Options. In the Options window General page, deselect (uncheck) the option, Disable Splash Screen. |
|
1.3. |
I want to compare folders, but I cannot select a folder in the Browse dialog. |
Browse in the folder contents to the folder you want to compare.
Do not select any of the files or subfolders, just click
Open when |
|
1.4. |
Does WinMerge support merging three files (sometimes called 3-way merge), where one file is the ancestor? This would be useful for version control! |
Unfortunately not. We recognize that it would be a good feature, but have no plans to implement it in near future. You can work around this limitation somewhat by using two WinMerge instances, or by using a third path parameter on the command line. See Command line for more information. |
|
1.5. |
Do you have any plans to support other operating systems besides Windows? |
Cross-platform support is being considered for WinMerge 3.x, which is being discussed in our WinMerge 3 forum. Please join in, if you are interested. |
|
1.6. |
|
Providing an integration with CVS is of questionable value because there already are so many good CVS clients. However, WinMerge does provide an integration with the diff function of one of those clients, TortoiseCVS (as described in Using WinMerge with other tools). Also, WinMerge can resolve conflict files (see Resolving conflict files). |
|
1.7. |
|
MRU is an abbreviation for “Most Recently Used”, and refers to the history lists in the Select Files or Folders dialog. The list contain the last twenty paths used on each side. |
|
1.8. |
|
OpenOffice files are archives. To be able to open them in WinMerge, you have to configure archive support:
|
|
1.9. |
Why do large files sometimes show up as different in the Folder Compare window, but identical in the File Compare window? |
This is because WinMerge always uses the Quick Contents file compare method for large files. This method enables WinMerge to compare large files more efficiently. To test if this is causing the behavior you're seeing, you can try raising the Quick Contents threshold for large files. See the discussion of this method in Starting a folder compare operation to learn how. |
|
1.10. |
WinMerge shows an error (or even crashes!) complaining it cannot
load |
These files are plugins written with Visual Basic (6.0). The WinMerge installer does not contain Visual Basic runtime files, so those plugins cannot be loaded. You can address the problem using one of these options:
|
2.1. |
WinMerge does not start and complains about missing DLL files
( |
When installing WinMerge from an archive (zip or 7z) file, you also need the runtime package containing those files. See the Installing from an archive in the installation Help topic for details. |
6.1. |
I installed 7-Zip but archive support does not work. |
You might have one of these problems:
|
|
6.2. |
How can I open the Perry-style patch files that WinMerge developers use when submitting patches? |
Perry-style patches are zip files containing original and changed files in different directories. WinMerge has internal support (surprise!) for handling these files: just launch a compare operation, selecting the zip file for both the left and right sides. WinMerge opens the contents of the zip file in a Folder Compare window, comparing the original and changed files. |
|
6.3. |
I do not want to install 7-zip. Can archive support use other archive tools (like WinZip or WinRar)? |
Unfortunately WinMerge can only use 7-zip. |
|
6.4. |
Can WinMerge open archive files with non-standard file-extensions? (For example .jar files as zip-files) |
Yes: click the Options button (or click Edit → Options). In the Archive Support page, enable the Detect archive type from file signature option. |
8.1. |
Is there way to create patch files from the command line? |
No. It might be added in later versions. Until then, you can use
the Win32 port of |
|
8.2. |
Can patches be applied using WinMerge? |
No. However, you can apply patches using the patch tool from the GnuWin32 project, because WinMerge produces patch files that are compatible with GNU/diffutils. Also, see the preceding question. |