A few years ago I wrote a macro that I'm trying to revive.
It had the below code in it.
When I try to load this macro I get error:
"Control 'TaggingGuard' must be declared or cannot be a member of non-struct/union/class type".
As it has been a few years since I wrote this I forgot many things.
Any clues on what I was trying to do here and how to get past this error?
The load error occurs on the line with '*' marked below.
if (_istagging_supported(p_LangId))
{
m_update_context = true;
* se.tags.TaggingGuard sentry;
sentry.lockContext(false);
_UpdateContext(true, true);
tag_search_result_context_start(m_buf_id);
}
I uploaded the full macro file, ext_code_browse.e, to support.