Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 04:09:26 +0000



Post From: Custom Study .dll does not release from Sierra Chart

[2023-01-23 18:30:42]
User900285 - Posts: 84
The issue is a minor one but thought I would share.

I am working with a custom study that uses additional dependencies and I discovered that there may be something stopping this DLL from being released from Sierra Chart.
Normally the Release All DLLs command from the UDP interface works. It works when compiling Sierra Chart Studies locally that do not have any additional dependencies.
I did also try releasing this DLL using the manual method in the Build Advanced Custom Studies window.

With this particular DLL, as soon the custom study is loaded on a chart, any attempt to replace the file does not work, even after attempting to release the DLL.

Sierra Chart needs to be fully shut down in order to replace the DLL.

This DLL depends on httplib with OpenSSL, urdl, as well as some boost libraries.