On 1/26/2010 12:53 PM, Jimmy Johnson wrote: > To boil it down, I want to create new functions to be used as callbacks which > will call a c++ method on the correct object. >
How about using static members of a class that either deal with static state or delegate to a singleton? -- John Gaughan http://www.jtgprogramming.org/
