Open nemjit001 opened 2 years ago
Hi,
there's at least one other affected DLL (message is in french, but it's the usual "DLL not found") :
Thanks! :)
Does building from source not cause the error?
I had the same errors come up. Installing mingw64 (and adding it to my PATH) fixed it.
MC_RCON_Client expects a dll to be available, while this dll is not shipped with the executable.
Proposed solution: statically link libstdc++ in executable.
Needed checks: