j
k
j a
j l
...boost::function<void (void)> fun2(lib.get<void, void>("DoSomething")); Try with boost::function<void (void)> fun2(lib.get<void>("DoSomething"));
boost::function<void (void)> fun2(lib.get<void, void>("DoSomething")); Try with
boost::function<void (void)> fun2(lib.get<void>("DoSomething"));
Awesome. Thanks!
Back to the thread
Back to the list