I had a *.cc file which contains the source file and while building the same using a node-gyp, it is throwing a strange error -
"#error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /M D[d]"
In the source file implementation, I am loading a MFC DLL. Do I need to add any settings in the node-gyp file ? Any help will be appreciated.