CFile exception: sharingViolation

AppMsg - CFile exception: sharingViolation

32错误代码是“另一个程序正在使用此文件,进程无法访问。 ”

CFile f;

if (!f.Open(savepath, CFile::modeWrite | CFile::shareDenyNone))

{

    // 文件打开失败

}

 

你可能感兴趣的:(CFile exception: sharingViolation)