how to remover .mef complete 100%

Results 1 to 3 of 3
  1. #1
    I'm retired, I'm already jorklenis2 is online now
    MemberRank
    Oct 2011 Join Date
    PanamáLocation
    883Posts

    smile how to remover .mef complete 100%

    how to remover .mef 100% or guie or tutorial please me remover .mef no work


  2. #2

    Re: how to remover .mef complete 100%


  3. #3
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: how to remover .mef complete 100%

    Replace += ".mef" with += "" and make sure you select "Current Project".
    And then replace xml.mef with xml, then look for
    Code:
    	m_fileCheckList.Open(strFileNameFillist.c_str(), &m_FileSystem);
    	m_FileSystem.SetFileCheckList(&m_fileCheckList);
    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.



Advertisement