on the latest release, using this function causes linker error (Windows VS2019):
error LNK2019: unresolved external symbol __imp_af_set_enable_stacktrace
I examined the source code, but could not tell what went bad in this particular case.
the reason I came to this function is because boost-stacktrace mechanism causes hangs / deadlocks on Windows. I get this hang when an exception is thrown and the boost-stacktrace calls IDebugSymbols3::getNameByOffset.
on the latest release, using this function causes linker error (Windows VS2019):
error LNK2019: unresolved external symbol __imp_af_set_enable_stacktraceI examined the source code, but could not tell what went bad in this particular case.
the reason I came to this function is because boost-stacktrace mechanism causes hangs / deadlocks on Windows. I get this hang when an exception is thrown and the boost-stacktrace calls IDebugSymbols3::getNameByOffset.