Page tree

Versions Compared

Key

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

...

In this example you would have a total of 6 modules in your package.

Info

Modules have at least one DLL called the Entry Point DLL which is the DLL loaded by the host framework and initialised via the Required module functions.

Component

Within a module you have components which are sets of common functionality that you register with WinGate. Although in practice there is normally one component registered for each module, a module can register more than one component if it wishes just like the Qbik Schema module which houses the components for both the engine and UI in one module.

...