Good evening! I compile a plugin for IDA. The error occurs like this:
In function `vmsg (char const *, char *) ':
[Linker error] C: /IDA/idasdk66/include/kernwin.hpp: 3914: undefined reference to `__imp_callui '
This code
1 2 3 4 5 6 7 8
|
This code
THREAD_SAFE AS_PRINTF (1, 0) inline int vmsg (const char * format, va_list va)
{
return callui (ui_msg, format, va) .i;
}
|
What is it? What's this I see? I can not understand what it is callui ??
I saw two o'clock code. This callui much, very much! However, it is not clear that it can an object, because there is a point
so can not be, it is as if the function! Or something else, though?
I could not find him beginning, end or somewhere in the code it predobyavlennja callui !!
I can not my knowledge. Please, what is it?