Login Page - Create Account

Support Board


Date/Time: Sat, 27 Jul 2024 01:37:25 +0000



question about dll's with the same methods

View Count: 1005

[2014-10-07 00:59:12]
onnb - Posts: 661
hi - the ui sometimes freezes when i go to add a custom study. i'm pretty sure its related to one my dlls but am not sure. thought the scenario below which i have during testing could be the cause.

i have 2 dlls in the data directory that have the exact same exported study functions - each dll has a different physical name and a different SCDLLName name. so when i go to add custom study, i see both of them. could this in any way you can think of cause the ui to freeze at times?


[2014-10-07 01:56:22]
Sierra Chart Engineering - Posts: 104368
No, this cannot be the cause. There must be something else causing this. But we do think it is caused by a DLL.
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
[2014-10-07 04:27:09]
onnb - Posts: 661
related to this, does the study function always get called on the main application thread? in the debugger it seems like so
[2014-10-07 05:11:24]
Sierra Chart Engineering - Posts: 104368

Yes it does.
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
[2014-10-23 21:21:41]
onnb - Posts: 661
Yes it does.

following up on this, just to make sure I understand - this implies that if I define a global variable in my study code, that global variable can be accessed from the study in a thread safe manner without requiring any special locking around section that access this variable - right?
[2014-10-24 05:14:59]
Sierra Chart Engineering - Posts: 104368
Yes, this is correct.
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

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

Login

Login Page - Create Account