0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

mingw で実行時に inflateReset2 が見つからないと怒られたときの対処法:zlib1.dllを補う

Posted at

結論

zlib1.dll が必要

エラー内容

a.exe - エントリ ポイントが見つかりません
プロシージャ エントリ ポイント inflateReset2 がダイナミック リンク ライブラリ libpng16-16.dll から見つかりませんでした。

補足情報

% grep -rn inflateReset2 /usr/x86_64-w64-mingw32/*
/usr/x86_64-w64-mingw32/include/zconf.h:118:#  define inflateReset2         z_inflateReset2
/usr/x86_64-w64-mingw32/include/zlib.h:967:ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm,
/usr/x86_64-w64-mingw32/include/zlib.h:976:     inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?