rexdex / recompiler

Xbox360 -> Windows executable converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PASAf opened this issue · comments

commented

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

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