Guilherme Müller skrev:
> //Here comes the annoying error
void foo2::DoSomething()
{
ReadCallback callback = WhenComplete;
DoAnything(callback);
}
I believe you must write &Foo2::WhenComplete.
--
//*David Sveningsson [eXt]*
Freelance coder | Game Development Student
http://sidvind.com
Thou shalt make thy program's purpose and structure clear to thy fellow
man by using the One True Brace Style, even if thou likest it not, for
thy creativity is better used in solving problems than in creating
beautiful new impediments to understanding.