Page tree
Skip to end of metadata
Go to start of metadata

Problem

The compiler is complaining about undefined SDK functions and types.

Solution

This can happen if you are not including the WinGate SDK, or if you are not scoping your WinGate SDK functions correctly.

To fix this problem

  1. Include "WinGateSDK.h" in your files that use the WinGate SDK
  2. Include WinGateSDK when scoping your functions/types. e.g. WinGateSDK::ComponentEntry, or use using namespace WinGateSDK;