Hi,
I’m in the process of converting a project being compiled with msvc 2017 to use boost.dll.
I’ve got a shared library loading and need to obtain and store a function in a class-level field.
The function has the following typedef:
typedef
error_status_t (WINAPI
*nvdaControllerTestIfRunningFunc)(void);
I think my main issue is what shared_libary.Get<t> returns.
Any help appreciated.
Kind regards
Sean.