摘要:
CString CXXUtil::FormatMessageFor(HRESULT hr){ CString strMsg; LPVOID pvMsgBuf = NULL; LPCTSTR pszMsg = NULL; if(FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, (DWORD)hr, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (... 阅读全文
2013年7月9日 #
摘要:
which type of VS files should be committed into a version control system?aps, no: last resource editor statecpp, yes: source codeexe, no: build resultfilters, yes: project fileh, yes: source codeico, yes: resourceidb, no: build stateipch, no: build helperlastbuildstate, no: build helperlib, no: buil 阅读全文