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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 the WinGateSDK when scoping your functions/types. e.g. WinGateSDK::ComponentEntry, or using namespace WinGateSDK;

  • No labels