> No, this won't work. boost::bind returns a function object, an object
with
> operator() defined, not a function pointer. You can't use bind() to
create
> a function pointer.

So, are there any suggestions or ideas that I could use? 

I'm trying to make the wndProc point at a member function. I've got it
too work with functors but I figured boost might get handy since I'm
converting a class::function to a function.

Eitherway, suggestions?

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to