The source code for several sample Plugin Packages is available for download to help get you started using and developing Analysis Plugins.
You can find the .zip containing the Sample Plugin here.
Note
You can log in to the transfer site using your Help Center site account credentials.
Tip
Instructions for how to build each Plugin can be found in a README file in each one's folder.
|
Project Name |
Build System |
Links to External Margin Calculation Library |
Comments |
|---|---|---|---|
|
SamplePlugin-VS |
Visual Studio 2022 |
No |
The main Sample Plugin set up to build in Visual Studio 2022. This is the most similar to the end result of the development tutorial. |
|
SamplePlugin-g++ |
N/A, g++ |
No |
The main Sample Plugin set up to compile with g++ commands. |
|
SamplePlugin-Makefile |
Make |
No |
The main Sample Plugin set up to compile with a Makefile. |
|
SamplePlugin-Python-VS |
Visual Studio 2022 |
Yes (Python) |
A Sample Plugin set up to perform the core margin calculation in a Python script. |
|
SamplePlugin-ExternalCall-g++ |
N/A, g++ |
Yes (Unmanaged DLL) |
A Sample Plugin that calls into an external DLL for the core margin calculation. |
|
SamplePlugin-ExternalCall-Makefile |
Make |
Yes (Unmanaged DLL) |
A Sample Plugin that calls into an external DLL for the core margin calculation. |