You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: