zlib1 missing on GLFW target?!?!
Monkey Forums/Monkey Beginners/zlib1 missing on GLFW target?!?!
| ||
Hey, i changed nothing, deleted no file, imported nothing new, just randomly now this happend when i try to compile & run any GLFW project: "This application failed to start because zlib1.dll was not found. Re-installing the application may fix this problem." (even with a very blank one, like the jungle template) ![]() where can i get this file? where do i need to put it? /windows/system32 ? why is this now, and not the 41million times bfore when i compiled my stuff with glfw (mingw) ? |
| ||
It seems to be a MinGW bug, you can fix it by downloading the TDM GCC instead. |
| ||
hey, thankies, i will check this out later today :) edit: yep this helped me :) tyvm |