Libraries
// What this page does
/applications/[applicationName]/libs generates a pre-configured SDK for your application and lets you download it as a ZIP archive. The bundle contains the static library (VentryShield.lib), the public header (VentryShield.hpp) and any embedded credentials so you do not have to copy API keys by hand.
// Build options
- LANGLanguage — C++ is the only language supported today.
- ARCHArchitecture — 32-bit or 64-bit.
- OSOperating system — Windows is the only target today.
// Generate & download
Clicking Generate & Download opens a confirmation dialog (regenerating invalidates older copies, so always use the latest). On confirm, the server compiles a bundle tailored to your application and your selected target, and the browser triggers a .zip download.
// What you do with the bundle
Drop VentryShield.hpp into your project, add the path to Additional Include Directories, the .lib location to Additional Library Directories, andVentryShield.lib to Linker → Input → Additional Dependencies. The full walkthrough is on the C++ SDK page.
// Permissions
Generating a library requires GenerateLibrary or owner.