// CrashFileNames.h Version 1.4 // // Author: Hans Dietrich // hdietrich2@hotmail.com // // This software is released into the public domain. // You are free to use it in any way you like, except // that you may not sell this source code. // // This software is provided "as is" with no expressed // or implied warranty. I accept no liability for any // damage or loss of business that this software may cause. // /////////////////////////////////////////////////////////////////////////////// #ifndef CRASHFILENAMES_H #define CRASHFILENAMES_H #define CRASHING_APP_NAME _T("P4Win") #define XCRASHREPORT_MINI_DUMP_FILE _T("CRASH.DMP") #define XCRASHREPORT_ERROR_LOG_FILE _T("ERRORLOG.TXT") #define XCRASHREPORT_REGISTRY_DUMP_FILE _T("REGISTRY.TXT") #define XCRASHREPORT_ERROR_FOLDER _T("\\error_reports\\") #endif //CRASHFILENAMES_H
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 9617 | Ben_Key |
Populate //guest/Ben_Key/p4win/trunk/... from //guest/perforce_software/p4win/.... |
||
//guest/perforce_software/p4win/common/CrashFileNames.h | |||||
#1 | 8562 | Matt Attaway |
These feet never stop running. Initial commit of the P4Win source code. To the best of our knowledge this compiles and runs using the 2013.3 P4 API and VS 2010. Expect a few changes as we refine the build process. Please post any build issues to the forums. |