Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

helpers

A small collection of helper functions used by the SDK

include

.h files for each API that you wish to use in your project

WinGateSDK.h which is the main SDK include file that will include any other mandatory files as well as set up automatic linking to the WinGate SDK libraries

A small collection of helper functions used by the SDK

libs

Debug and release libraries for the engine and UI SDK. Including WinGateSDK.h should automatically link to these if you have your paths set up correctly.

projects

Visual studio solution and project files for the SDK and helpers

source

The source code for the API stubs. These stubs enable automatic binding to Qbik's public WinGate component interfaces

Source code for helper functions required by the SDK

tools

ManifestPrep utility for preparing your package for distribution.

...