I'm extending an open source project. After including afxcoll.h in a new C++ file in order to use CStringArray, I get this error:
Error: MFC projects cannot define _ATL_NO_EXCEPTIONS
I suspect I'll be able to fix the error by adding #defines or changing or rearranging the inclusion of headers, or, if that's not possible, using something other than CStringArray. What are your suggestions?
Please ask questions in the comments for this question, not in your answer.