From: Russell Hind (rhind_at_[hidden])
Date: 2004-06-07 03:41:54


Edward Diener wrote:
>
> Have you tried pinning your object and then create a functor from that pin
> using boost::bind ? I believe your object must stay pinned else it can move
> in GC memory and the address which is eventually called will go to a member
> function which is no longer there.

Thanks, I'll have a go and see where I get to.

Cheers

Russell