recompiler icon indicating copy to clipboard operation
recompiler copied to clipboard

wxWidgets error if built with VS2017 (wxWidgets need to be updated?)

Open PASAf opened this issue 8 years ago • 3 comments

recompiler doesn't run if built with MSVS 2017 (wxWidgets reports fatal error) wxWidgets Error As a quick fix #define _MSC_VER 1900 need to be defined in recompiler_tools

PASAf avatar Jan 12 '18 03:01 PASAf

Yea! this is the fix I needed. Always look to the issues for help. 😎

TheExpertNoob avatar Apr 04 '22 15:04 TheExpertNoob

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

flagz404 avatar Jul 17 '24 04:07 flagz404