in reply to Re^5: Imager::File::TIFF Dependencies
in thread Imager::File::TIFF Dependencies
The issue appears to be an interaction between PAR::Packer packing dlls using their CRC32 checksums, but XSLoader does not (cannot) know that the names have changed in the packed directories and so calls the original name. This results in the error reported at line 11 of Imager::File::TIFF.
No.
If that was the issue PAR::Packer would not work for anything.
If you want to find out what the issue is use depends.exe
depends.exe /c /f:1 /pb /ot:temp.txt packed.exe arg1 arg2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Imager::File::TIFF Dependencies
by swl (Prior) on May 24, 2017 at 03:05 UTC | |
by BrentD (Sexton) on May 24, 2017 at 19:48 UTC |