MinGW c++ compiler zlib1.dll missing error?

后端 未结 3 1452
伪装坚强ぢ
伪装坚强ぢ 2021-02-02 09:23

I have just started to learn C++ for school, and I\'m trying to download the compiler MinGW to compile my source code. However, every time I try to compile a program an error me

3条回答
  •  猫巷女王i
    2021-02-02 09:50

    I had this same problem, but fixed it like this:

    1. I ran the MinGW Installation Manager (e.g. C:\MinGW\libexec\mingw-get\guimain.exe).

    2. I navigated to All Packages -> MinGW -> MinGW Libraries.

    3. I checked the boxes next to mingw32-libz (dev & dll).

      Screenshot

    4. I went to Installation -> Apply Changes.

    Now everything worked properly.

提交回复
热议问题