$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compile error OSX Callback problem for
From: Bill McLean (bill_at_[hidden])
Date: 2009-01-04 12:45:33
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