This sample illustrates how to create an in-process DLL add-on for Microsoft ESP.
The sample is automatically loaded on startup of the ESP platform once you add the following lines to the DLL.XML file:
<Launch.Addon>
<Name>SimConnect DLL Sample</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>C:\DllSimConnectClient\DllSimConnectClient.dll</Path>
</Launch.Addon>
Once the add-on runs, a new ESP menu is available, enabling you to choose from a Weather or Time menu.
Choosing either of these items will make an ESP-based dialog visible. From this dialog you can either choose to view current weather information, or to set the simulation time.
This sample can easily be extended to add a variety of interactions to the simulation environment.