I have used TC successfully for years and am now using 8.51a under Windows 8.1. I have also used MS Image Composite Editor (ICE) successfully for years, but the last version appears to have introduced a conflict. ICE 2.0.2.0 and TC 8.51a worked fine together, but when I updated to ICE 2.0.3, the installation told me that it needed to update a file that TC was using. I allowed it to do so, but since then, TC's compare and synchronize functions no longer work with USB connected devices. With a connected smartphone (Samsung Note 4), Compare shows all files as different in directories in which most of the files are identical. This appears to be due to a change in the way in which Windows returns the date & time information. It appears to be returning the last accessed date from the Note 4 instead of the last modified date. With a pülugged in USB thumb drive, the sync function cannot be used at all. The buttons for selecting which files to show (newer left, equal, not equal & newer right) do not function, that is, clicking on them has no effect. "not equal" appears to be selected, and the others appear to be unselected. Clicking on the "Compare" button elicits no reaction.
Presumably I can correct this by using Windows Restore to roll back the ICE installation. However, before I do so, I wanted to know what I can do to help identify the source of the conflict. When I use VS dumpbin to examine TC's dependencies, I get:
Code: Select all
Dump of file C:\Util\totalcmd\TOTALCMD64.EXE
File Type: EXECUTABLE IMAGE
Image has the following dependencies:
advapi32.dll
comctl32.dll
comdlg32.dll
gdi32.dll
kernel32.dll
mpr.dll
ole32.dll
oleaut32.dll
shell32.dll
user32.dll
version.dll
winmm.dll
winspool.drv
LINK : fatal error LNK1328: missing string table
However, ICE soes not appear to be amenable to analysis with dumpbin. The file which identifies itself as type "Application" in Windows File Explorer (ICE) has no extension, and dumpbin delivers no useful information:
Code: Select all
Dump of file C:\Program Files\Microsoft Research\Image Composite Editor\ICE
LINK : fatal error LNK1181: cannot open input file 'C:\Program Files\Microsoft Research\Image Composite Editor\ICE'
For the file ICE.exe, which File Explorer identifies as a "CONFIG File", dumpbin returns only:
Code: Select all
Dump of file C:\Program Files\Microsoft Research\Image Composite Editor\ICE.exe
File Type: EXECUTABLE IMAGE
Summary
28000 .rsrc
1EC000 .text
Is there something else I can do to identify the conflict?