storing functions obtained with boost.dll as class fields
29 Jul
2018
29 Jul
'18
1:52 p.m.
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.
2296
Age (days ago)
2296
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean Farrow