pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
340 stars 40 forks source link

Missing DLL #112

Closed Matthaiks closed 7 years ago

Matthaiks commented 7 years ago

openclaw_Windows requires msvcr120d.dll to run.

pjasicek commented 7 years ago

Thanks for report. Looks like SDL2_gfx has a hidden dependency on a library built in debug mode, Interesting.

pjasicek commented 7 years ago

Updated Windows package in Release section. Try it now please.

Matthaiks commented 7 years ago

Crash on startup, but this one works: http://dllworld.org/msvcr120d-dll/

pjasicek commented 7 years ago

Thank you, updated with the version you provided.