docs: C API and BugSplat.dll dynamic library for Windows C++#160
Open
bobbyg603 wants to merge 6 commits into
Open
docs: C API and BugSplat.dll dynamic library for Windows C++#160bobbyg603 wants to merge 6 commits into
bobbyg603 wants to merge 6 commits into
Conversation
Documents the new flat C API (BugSplatC.h) and dynamic link model added in BugSplat-Git/bugsplat-windows#155: - Integration page: new "Dynamic Library" section covering when to choose the DLL (CRT independence, foreign-language bindings), linking against dynamic\BugSplat.lib, and shipping BugSplat.dll - API documentation: new "C API (BugSplatC.h)" section with linkage notes, BugSplat_Init/BugSplat_IsInitialized, a mapping table for the forwarding functions, and a usage example Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… C API Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Supersedes the SetTerminateAfterCrash boolean docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new flat C API (
BugSplatC.h) and dynamic link model (BugSplat.dll) added in bugsplat-windows#155.Changes
BugSplat for Windows (C++) — new Dynamic Library section:
BugSplat.dllover the staticBugSplat.lib: CRT independence (/MTvs/MDno longer needs to match the SDK), and foreign-language bindings via P/Invoke or FFI (e.g. bugsplat-unity)dynamic\BugSplat.libimport library and shippingBugSplat.dllBUGSPLAT_STATICBugSplat Native API Documentation — new C API (BugSplatC.h) section:
BugSplat_Init/BugSplat_IsInitializedreferenceHold until bugsplat-windows#155 ships in a release and the release packaging (MakeZips) includes the
dynamic\folder andBugSplatC.hinBugSplat.zip— otherwise the docs describe files customers can't download yet.🤖 Generated with Claude Code