Login Page - Create Account

Support Board


Date/Time: Sat, 22 Feb 2025 09:06:11 +0000



access path denied error (with free dll 1)

View Count: 1235

[2018-09-02 12:15:48]
User30743 - Posts: 365
can you please tell me why am I getting this error when my freedll is set to 1?

anytime i make a slight change, i need to close siera, rebuilt while it is closed, and open again..
imageerror free dll.png / V - Attached On 2018-09-02 12:15:28 UTC - Size: 72.03 KB - 315 views
[2018-09-03 07:36:02]
Sierra Chart Engineering - Posts: 104368
We cannot help with this beyond referring to this particular section here:
Advanced Custom Study Interface and Language (ACSIL): Modifying Advanced Custom Study Code
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2021-01-31 14:03:34]
User30743 - Posts: 365
Sorry, I don't understand this part, can you please explain?


If you are using external custom study DLL build tools, then to be able to make changes to the source code of a custom study function for a study that is already or was on an open chart, and build the DLL file for it which has already been loaded into Sierra Chart, and see those changes in the corresponding study on a chart, you will need to select Analysis >> Build Custom Studies DLL >> Build >> Release All DLLs and Deny Load or Release Single DLL and Deny Load, before you start the build with the external tools.


What if don't want (or can not) use your build system because:

1] I don't always have an internet connection to send the files
2] I need additional DLLs to be linked when compiling (eg. to a MySQL database) which seems impossible to do with your build system

I want to use Visual Studio as an external IDE/build tools and I don't want to close Siera and reopen it each time I make the slightest change in the code.

How do I achieve it please
Date Time Of Last Edit: 2021-01-31 14:06:07
[2021-02-01 15:48:16]
Sierra Chart Engineering - Posts: 104368
Therefore, you just use this command before you start the external build of the DLL files:
Analysis >> Build Custom Studies DLL >> Build >> Release All DLLs and Deny Load

And then you allow the loading with Analysis >> Build Custom Studies DLL >> Build >> Allow Load DLLs
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2021-02-01 15:48:22

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account