hi, porting a project from vs2003 to vs2005
brings some problems.
main errors occur using mem_fun with 2 arguments. (compiler says he wants 1)
sigc::mem_fun( this, onEnterPressed)
saying:
error C2780: 'sigc::mem_functor3<T_retu
rn,T_obj,T
_arg1,T_ar
g2,T_arg3>
sigc::mem_fun(T_return (__thiscall T_obj::* )(T_arg1,T_arg2,T_arg3))' : expects 1 arguments - 2 provided
...
well there are lots of overloads (96), but none of them seems to work with two arguments( class name and method name)
anyone had this problem before ?
Start Free Trial