I'm having trouble setting up a callback function. I have a class ClassA that is instantiating another class ClassB.
ClassB's header has:
typedef void ( CALLBACK* MSGPROC ) ( void*, char*, int );
void SetCallback( MSGPROC pFunction, void* pValue ) { m_pCBFunction = pFunction; m_pCBArg =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.