Is there any way to do this?<BR><BR>I define a class as follows:<BR><BR>class CClass {<BR>public:<BR> CClass();<BR> virtual ~CClass();<BR> LRESULT CALLBACK DialogProc ...
Callbacks are references to executable code that higher levels of software pass into a function. These callbacks have the ability to greatly increase the portability and reuse of embedded software, ...