Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 15:21:59 +0000



DLL with custom study can't be opened

View Count: 2233

[2013-10-21 19:32:28]
RobertKoperczak - Posts: 2
I got from my friend some ".dll" file with custom study. While trying to open it (Analysis->Studies->AddCustomStudy)in the Message Log box appears error "Error loading C:\SierraChart\SierraChartTransActMA\Data\WillyplCustomStudy.dll. Windows error code 126: Nie można odnaleźć określonego modułu.
My ".DLL" file is saved in proper folder (SierraChartTransActMA\Data).

Attached DLL that makes problem.

Please help me to solve this problem.

Please contact skype : robert.koperczak or +48668158500 if direct conversation will be necessary
attachmentWillyplCustomStudy.dll - Attached On 2013-10-21 19:30:53 UTC - Size: 41.5 KB - 459 views
[2013-10-21 19:44:40]
Sierra Chart Engineering - Posts: 104368
This is probably caused by anti-malware/Antivirus/security software running on your system. Try disabling the security software.

Another thing is that if you right-click on the file in Windows Explorer and select Properties, somewhere within the settings, there will be a button to allow/unblock the file because it may have been blocked because it was obtained from another system.
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
[2013-10-21 21:16:19]
RobertKoperczak - Posts: 2
Problem occurs even after deactivating antivirus software (avast!).
All properties of the ".dll" file are the same as other "dll" which works.
I have no idea what's up. Maybe someone of support crew will connect my computer in remote mode ?
[2013-10-21 21:46:01]
Sierra Chart Engineering - Posts: 104368
This is not something we provide remote assistance for. This is an issue which is system specific or related to the particular DLL. It is not something we have direct control over.

We recommend that they provide you the actual study source code and you compile it on your system following these instructions here:

http://www.sierrachart.com/index.php?l=doc/doc_BuildCustomStudiesDLL.html

In this kind of case, this is really the only practical and efficient solution.
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: 2013-10-21 21:46:26
[2013-10-24 14:01:21]
market logik - Posts: 6
I want to report a solution worked for me.

I had same error:
Windows error code 126:

In my owwn computer DLL's created with Microsoft Visual C++ installed worked well, but when exporting just Custom.DLL to other didn't work and had same error.

Try to add to header below:

#include "sierrachart.h"
(Had this one already)

#include "scstudyfunctions.h"
(I missed this one)

I did include second header line, re-built and works fine in all computers I share DLL's now.

Hope this helps someone.

Happy trading

[2013-10-24 17:32:20]
Sierra Chart Engineering - Posts: 104368
We see no reason why including that header file would make any difference regarding error 126: "The specified module could not be found. "
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
[2013-10-24 17:40:11]
market logik - Posts: 6
Me neither, but my case was that in computer with Visual Installed worked fine.

I changed computer and my own Custom DLL's gave me that error.

Also in a third computer.

Added that second line on header and now works

That's why I wanted to mention in case someone helps.

Thx,

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

Login

Login Page - Create Account