Azure/C++/C#/Java/Asp.net/JavaScript/Html - MFC/COM/ActiveX/eclipse/Web

dlbrant

working soft

博客园 首页 新随笔 管理

2013年7月9日 #

摘要: 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), (... 阅读全文
posted @ 2013-07-09 14:46 dlbrant 阅读(679) 评论(0) 推荐(0) 编辑

摘要: 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 阅读全文
posted @ 2013-07-09 11:08 dlbrant 阅读(185) 评论(0) 推荐(0) 编辑

Software