Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 23:57:07 +0000



Post From: ERROR CODE 126.

[2020-01-20 19:11:22]
Dryheat31 - Posts: 10
Hi, I am the author of the code for the .dll file mentioned in this post. There are no other DLL files required.

The project settings (MS Visual Studio) list the following as "Additional Include Directories": C:\SierraChart\ACS_Source;%(AdditionalIncludeDirectories)

Which should ALWAYS be present for every standard installation of Sierra Chart. If the Sierra Chart program is installed in some other directory it may prevent this dll file from working.

Aside from the code itself there is only the following includes listed for this dll file:

#include "sierrachart.h"

#include "scstudyfunctions.h"

The source code contains only two SCSubgraphRef elements and the only other data type referenced in the code is SCDataTime.

Please advise corrective action. The source code was provided to the client so if you have instructions for them to compile their own dll file they should be able to do so.