how to remover .mef 100% or guie or tutorial please me remover .mef no work :?:
Printable View
how to remover .mef 100% or guie or tutorial please me remover .mef no work :?:
Replace += ".mef" with += "" and make sure you select "Current Project".
And then replace xml.mef with xml, then look for
and add // before each line so they'd look like this.Code:m_fileCheckList.Open(strFileNameFillist.c_str(), &m_FileSystem);
m_FileSystem.SetFileCheckList(&m_fileCheckList);
I can't make this any simpler.Code:// m_fileCheckList.Open(strFileNameFillist.c_str(), &m_FileSystem);
// m_FileSystem.SetFileCheckList(&m_fileCheckList);