c++ Programming Glossary: myframegrabber
Function pointer to class member function problems http://stackoverflow.com/questions/439540/function-pointer-to-class-member-function-problems long long void Now I have a C application and a class MyFrameGrabber which should encapsulate everything I do. So I put in the hook.. not surprisingly fails. It says that the function call to MyFrameGrabber HookFunction misses the argument list and I should try to use.. misses the argument list and I should try to use MyFrameGrabber HookFunction to create a pointer instead. However passing MyFrameGrabber..
|