Closed Zhaoyazhou1996 closed 3 years ago
The inflateValidate
symbol originates from zlib (libz.dll
), so perhaps there's a conflicting DLL file in your PATH environment variable? There are a few things you could try:
vips
bin directory (for e.g. C:\vips-dev-8.10\bin
) is included first.vips.exe
outside the bin
directory, for example:
vips copy x.jpg x.png
If it'll throw any error, the wrong DLLs are being loaded.
Dependencies
program to check if all dependencies can be found and if they are picked up from the correct location.vips-dev-w32-web-8.10.6-static.zip
) to avoid potential collisions.Thank you for your excellent comment! I reorder my PATH environment and search libz.dll
in C:
and D
disk, and deleted the redundant libz.dll
. My program can run normally now. Thank you again!
Hi, I am trying to test the 32-bit binary of libvips, But when I run a simple test program, I encounter a problem as shown in the figure: The code I tested is as follows:
Is this a known issue? Am I doing something wrong? Best regards!