The lines
#define AFX_DATA AFX_CORE_DATA
extern AFX_DATA AUX_DATA afxData;
appear in afximpl.h, and make no sense to me at all. Can someone explain what is going on here. I know that Windows uses the structure to keep some information right at hand rather than trying to use afx function calls for everything, but I don't understand the syntax.
Thanks, Rick
Start Free Trial