REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't compile - Missing definition of custom_viewer_handlers_t

wangray opened this issue · comments

I get several errors:
At ObjectExplorer.cpp:634,

custom_viewer_handlers_t cvh = custom_viewer_handlers_t();
cvh.keyboard = ct_object_explorer_keyboard;

custom_viewer_handlers_t is simply not defined anywhere.

Also, at three locations
set_custom_viewer_handlers(si->cv, NULL, si); throws an error function does not take 3 arguments.

My build system is Visual Studio with IDA SDK 6.8, but this seems to a problem with the codebase.

SDK of 6.8 is different with currently used version

You can see this gist to modify the code.

Also maybe it would be better if we can try to use some precompile commands solve problems like this completely? @matrosov

We always focusing on support only recent version of IDA and Decompiler. The main reasons are to always use new features to improve CodeXplorer.