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
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.