> My question is: Is there anyway I can use XML Security without using MFC? > If that is so, how do I switch it off?
I would second this...the debug builds always pull in those AFX debugging things, and it can be really painful to deal with in some projects, as well as being pretty out of date. FWIW, it's not actually necessary to pull in MFC itself, but you do have to define _AFXDLL to get a debug build to link. -- Scott
