Login Page - Create Account

Support Board


Date/Time: Mon, 30 Jun 2025 12:45:03 +0000



Post From: Access custom study from code?

[2021-06-24 06:37:25]
User310645 - Posts: 49
There is nothing stopping you creating your own dll of functions that you can call in whatever way you like. Just link your sierra study code to it like any normal c++ program.

Thats what the previous answer could have been telling you. If you have the study source code you can extract the calculation part of the code and put it in your own dll. Once this is done hook it into your own study code passing whatever parameters are necessary.