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;

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues