
4 Jan
2009
4 Jan
'09
5:45 p.m.
Marshall, Thanks for the reply. You have touched upon an issue that I'm not sure how to solve. The general problem is how to use boost::function and boost::bind to register a member callback function for a c style library. A proxy function that has signature of the c callback function and the correct instance of the class containing the member function to call. Any thoughts or approaches to solve it. Bill