error C2276: '&' : illegal operation on bound member function expression

在vc中出现error C2276: '&' : illegal operation on bound member function expression

解决方法:

    在相应函数的.h头文件中的函数前面,添上static.

    问题就可解决了...

 

你可能感兴趣的:(VC,VC6,VS2005,vs2008,VC6.0)