Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
2,786 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Even if mfc and atl libraries included, below error occurs.
mfcs140u.lib(nolib.obj) : error LNK2019: unresolved external symbol "void __cdecl AfxThrowMemoryException(void)" (?AfxThrowMemoryException@@YAXXZ) referenced in function "void __cdecl ATL::AtlThrowImpl(long)" (?AtlThrowImpl@ATL@@YAXJ@Z)
Hi Vishnu Gopalakrishnan,
I am afraid it is difficult to give a precise answer based on the description.
I suggest you recreate the Project as ATL project, tick "MFC support" in the wizard and re-add / merge the files. And this document is also worth your reference.
If the above method can not solve your problem, I suggest you provide a sample that can reproduce the error.