Hello,
I installed 32-bit version of XnViewMP on win XP and have problems with file "Associate files with XnViewMP.exe".
XP tells me that it is not a valid 32-bit application.
I tried to start this 32-bit exe also on a win7 64-bit system. Starting it crashed on addres x00000007c.
Where can I get a working "Associate files with XnViewMP.exe" for 32-bit systems?
Best regards
Herb
Associate files with XnViewMP 32-bit
Moderators: helmut, XnTriq, xnview, Dreamer
Re: Associate files with XnViewMP 32-bit
Needs to define minimum supported OS version 0x0501 somewhere in project because currently minimum version for this .exe is 6.0 (Vista) and this is the only thing preventing "Associate files with XnViewMP" from running on XP.
Then it will look like this:
http://s000.tinyupload.com/index.php?fi ... 0330326704
If you're curious, you may download it, start console cmd.exe and compare files with fc command to see the difference.I think it will be fixed sooner than you download zip.
Then it will look like this:
http://s000.tinyupload.com/index.php?fi ... 0330326704
If you're curious, you may download it, start console cmd.exe and compare files with fc command to see the difference.
Code: Select all
C:\>fc "C:\Path_to_XnViewMP\Associate files with XnViewMP.exe" "X:\Extracted_Zip\Associate files with XnViewMP.exe"