VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfMiniDumper.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #ifdef WIN32
9 
10 #include <vlutil/vlMiniDumper.h>
11 #include <vrfutil/vrfutilDefines.h>
12 #include <vlutil/vlMutex.h>
13 
14 #include <string>
15 
16 class DT_DLL_vrfutil DtVrfMiniDumper : public DtMiniDumper
17 {
18 public:
19 
20  DtVrfMiniDumper(const char* szAppName, bool promptUser = true);
21 
22  static std::string backTrace();
23 protected:
24 
26  static LONG WINAPI VrfTopLevelFilter(struct _EXCEPTION_POINTERS* pExceptionInfo);
27 
28  static bool isPdbInCurrentWorkinDirectory(const std::string& module);
29 
30  static DtMutex theMutex;
31 };
32 
33 #endif //WIN32
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)