REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation
2.39k stars 387 forks source link

Compile Errors #108

Open Amadeus- opened 2 years ago

Amadeus- commented 2 years ago

I am getting the following errors when compiling master, both release and x64-release. This is with Windows 10, Visual Studio 2019, and the IDA 7.5 SDK.

'initializing': cannot convert from 'plugmod_t *(__cdecl *)(void)' to 'size_t (__cdecl *)(void)'    CodeXplorer.cpp, line 836   
a value of type "plugmod_t *(__stdcall *)()" cannot be used to initialize an entity of type "size_t (__stdcall *)()"    CodeXplorer.cpp, line 836   
'codexplorer_ctx_t::codexplorer_ctx_t(void)': attempting to reference a deleted function    CodeXplorer.cpp, line 821