摘要: #pragma once void RunCrashHandler(); #include "MiniDump.h" #include #include #include #include #pragma comment(lib, "dbghelp.lib") inline BOOL IsDataSectionNeeded(const WCHAR* pModuleName) { ... 阅读全文
posted @ 2017-06-27 09:01 秋月的私语 阅读(558) 评论(0) 推荐(0) 编辑
摘要: /* ******* MfcStrFile.h ********** ********* 字符串、文件、目录操作函数声明 ********** */ /* author: autumoon */ #pragma once #ifdef _X86_ #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microso... 阅读全文
posted @ 2017-06-27 09:00 秋月的私语 阅读(337) 评论(0) 推荐(0) 编辑
摘要: #pragma once #include #include #include #include class CStdStr { public: CStdStr(); ~CStdStr(); //字符操作 static std::string AddSlashIfNeeded(const std::string strDir, const char& ... 阅读全文
posted @ 2017-06-27 08:59 秋月的私语 阅读(394) 评论(0) 推荐(0) 编辑