rexdex / recompiler

Xbox360 -> Windows executable converter
MIT License
1.64k stars 82 forks source link

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

Open PASAf opened 6 years ago

PASAf commented 6 years ago

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

TheExpertNoob commented 2 years ago

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

flagz404 commented 1 month ago

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