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

« Previous Version 2 Next »

Activating Native Registry Access

Native registry access can be prepared by including the COIOSHelper DLLs into the installer:

<natives>
    <native type="3rdparty" name="COIOSHelper.dll" stage="both">
       <os family="windows"/>
    </native>
    <native type="3rdparty" name="COIOSHelper_x64.dll" stage="both">
       <os family="windows"/>
    </native>
<natives>

Now there can be used panels and listeners which using native methods from these libraries, like

  • No labels