An open API service indexing awesome lists of open source software.

https://github.com/winsoft666/wincrashpad

A crash-collecting system for Windows.
https://github.com/winsoft666/wincrashpad

Last synced: 28 days ago
JSON representation

A crash-collecting system for Windows.

Awesome Lists containing this project

README

        

# WinCrashpad
WinCrashpad is a crash-collecting system for Windows.

Build with CMake or [vcpkg](https://github.com/microsoft/vcpkg).

---

**How to install with vcpkg:**
1. Copy `vcpkg_port\crashreport` folder to `\ports` folder.
2. Using `vcpkg` command to install.

```bat
# Shared library
vcpkg install wincrashpad:x86-windows
vcpkg install wincrashpad:x64-windows

# Static library
vcpkg install wincrashpad:x86-windows-static
vcpkg install wincrashpad:x64-windows-static
```