When I try to use a typical function as a callback everything works fine but if i try it with a member function of a class that has the same return type and parameter list i get a cannot cast from (classname:
(function parameters) to (function parameters).
the borland error code is e2031 if that helps.
the borland error code is e2031 if that helps.