3
votes
2answers
358 views
Do c++ static libraries without mfc that are linked to an MFC project throw bad_alloc or CMemoryException*?
I'm working on a large, aging code base for an MFC app. The code has been worked on by many developers over time, and as a result, we have three different ways throughout the code of dealing with …
