MinGW c++ compiler zlib1.dll missing error?

后端 未结 3 1489
伪装坚强ぢ
伪装坚强ぢ 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条回答
  •  误落风尘
    2021-02-02 09:44

    Had same problem here, I've just used mingw-get install mingw32-libzat the cmd and it worked.

提交回复
热议问题