recompiler
recompiler copied to clipboard
wxWidgets error if built with VS2017 (wxWidgets need to be updated?)
recompiler doesn't run if built with MSVS 2017 (wxWidgets reports fatal error)
As a quick fix
#define _MSC_VER 1900
need to be defined in recompiler_tools
Yea! this is the fix I needed. Always look to the issues for help. 😎
Hey! Sorry for necromancing this issue, but can you specify where to add the quick fix? I don't have any exp in coding c++ projects:'D