The Omnis SDK is only for use with Omnis Studio versions 12.0 and later.

CONTENTS:

    - dam: This folder contains the C++ project and files for a generic example control.

    - html: This folder contains an edited jsctempl.htm, which has been altered to load the three generic example controls. This is provided for convenience.

    - icons: This folder contains a generic svg icon to use with the generic controls.

    - include: This folder contains the header files.

    - jscomp: This folder contains the C++ projects and files necessary to build the three generic example components.

    - libs: This folder contains Debug and Release versions of complib.lib libraries built with the Multi-threaded DLL (/MD) option on which all components depend. 'dllrt' and 'mt' versions also available.
            'dllrt' - Built with the NOLIBMAIN pre-processor definition
            'mt'    - Built with the Multi-threaded (/MT) option

    - master: This folder contains the Master.sln solution file for compiling using Visual Studio.

    - scripts: This folder contains the JavaScript files for the three generic example controls. You will also probably use ctl_generic as a template for your own controls.

    - xcomp: This folder contains the C++ projects and files for a selection of components including four generic example controls.

Documentation can be found at:
https://www.omnis.net/developers/resources/onlinedocs/index.jsp?detail=ExtcompSDK/00intro.html
https://www.omnis.net/developers/resources/onlinedocs/index.jsp?detail=JavaScriptSDK/01overview.html
 
SDK has been built with the following tools and versions: 
 
Windows SDK version: 10.0.22621.0 
Platform toolset: v143 
