$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: DudeSan (dudesan_at_[hidden])
Date: 2003-01-30 14:49:25
> 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?