May 18
If you have an MFC application which uses an MFC extension DLL, be careful not to mix the release version of the EXE with the debug version of the DLL or vice-versa. If you do, many fundamental things will break; e.g. AfxGetApp() will return NULL.
Recent Comments