Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Markclee

  1. Markclee

    Callback problem

    Oops, forgot that in classA's cpp file, I'm also assigning: lpFunc = MessageReceived; Any help would be appreciated. Thanks.
  2. Markclee

    Callback problem

    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 =...

Part and Inventory Search

Back
Top