A couple of days ago, I get a request to give more informative error message
when one can not call member function.  This was implemented a long time ago
and de-activated for some reason. I activated this in the new version. 
  cint> { obj.func(); }
   Error: ....
   Possible candidates are
              func(int a);
              func(char* p);
Masaharu Goto