Isn't that the DEBUG version of the library?
I have msvcp140.dll (non debug).
Guess the build got left in debug mode by mistake

Moderators: helmut, XnTriq, xnview, Dreamer
Code: Select all
@echo off
rem Required cURL v7.66.0 or newer!
rem If Your use old version cURL please, remove Z key:
rem curl.exe -C - -LR --create-dirs --output ...
setlocal enableextensions
for %%A in (
linux-arm.tgz
linux-x64.deb
linux-x64.tgz
linux.deb
linux.tgz
linux_0.92_armhf.deb
mac.dmg
win-x64.exe
win-x64.zip
win.exe
win.zip
) do curl.exe -C - -LRZ --create-dirs --output XnViewMP\XnViewMP-%%A http://download.xnview.com/XnViewMP-%%A
curl.exe -C - -LRZ --create-dirs --output XnViewMP\XnView_MP.glibc2.17-x86_64.AppImage http://download.xnview.com/XnView_MP.glibc2.17-x86_64.AppImage
curl.exe -C - -LRZ --create-dirs --output XnViewMP\DXSDK2010_XAudio2_redist.7z http://sourceforge.net/projects/qtav/files/depends/DXSDK2010_XAudio2_redist.7z
curl.exe -C - -LRZ --create-dirs --output XnViewMP\com.xnview.XnViewMP https://flathub.org/apps/details/com.xnview.XnViewMP
exit
the heif plugin is only for x64 buildVictorVG wrote: Mon Feb 27, 2023 5:42 pm This is fix only for Win64 builds. In to Win32 builds not exist:
./XnViewMP/plugins/dav1d.dll
./XnViewMP/plugins/heif.dll
./XnViewMP/plugins/libde265.dll
./XnViewMP/plugins/libx265.dll