I could use some help
I am trying to build HexRaysCodeXplorer https://codeload.github.com/REhints/HexRaysCodeXplorer/zip/master
i get these error in objectexplorer.cpp
if i quote those out i build corrict but only the display graph wotks in ida pro.
Still i would like to get the rest to work
my build
I am trying to build HexRaysCodeXplorer https://codeload.github.com/REhints/HexRaysCodeXplorer/zip/master
i get these error in objectexplorer.cpp
Code:
1>InitializeBuildStatus:
1> Touching "Debug\HexRaysCodeXplorer.unsuccessfulbuild".
1>ClCompile:
1> ObjectType.cpp
1> GraphBuilder.cpp
1> CodeXplorer.cpp
1> ObjectExplorer.cpp
1>c:\hexrayscodexplorer-master\sources\hexrayscodexplorer\objectexplorer.cpp(339): error C2065: 'CDVF_STATUSBAR' : undeclared identifier
1>c:\hexrayscodexplorer-master\sources\hexrayscodexplorer\objectexplorer.cpp(339): error C3861: 'create_code_viewer': identifier not found
1>c:\hexrayscodexplorer-master\sources\hexrayscodexplorer\objectexplorer.cpp(366): error C2065: 'FORM_CLOSE_LATER' : undeclared identifier
1>c:\hexrayscodexplorer-master\sources\hexrayscodexplorer\objectexplorer.cpp(480): error C2065: 'CDVF_STATUSBAR' : undeclared identifier
1>c:\hexrayscodexplorer-master\sources\hexrayscodexplorer\objectexplorer.cpp(480): error C3861: 'create_code_viewer': identifier not found
1> Generating Code...
1>
1>Build FAILED.
if i quote those out i build corrict but only the display graph wotks in ida pro.
Still i would like to get the rest to work
my build