Login Page - Create Account

Support Board


Date/Time: Fri, 08 May 2026 20:58:18 +0000



Failed to generate the DLL file. (After Builder Fix)

View Count: 22

[2026-05-08 19:05:13]
MajorG - Posts: 4
My builder not creating the DLL file in /data folder (old working builds or new builds )

Even a simple test.cpp
#include "sierrachart.h"



SCDLLName("Test Build")



SCSFExport scsf_TestBuild(SCStudyInterfaceRef sc)

{

if (sc.SetDefaults)

{

sc.GraphName = "Test Build";

sc.StudyDescription = "Minimal test study.";

sc.AutoLoop = 1;

sc.GraphRegion = 0;

return;

}

}

I redownloaded the latest sierra version and tried previous also.
[2026-05-08 19:14:07]
John - SC Support - Posts: 46031
What are you getting in the Build Output?
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-05-08 19:28:12]
John - SC Support - Posts: 46031
I have no idea why, but for some reason the compiler does not like the name of your function - scsf_TestBuild(). Change the name to something else then try to build.
For the most reliable, advanced, and zero cost futures order routing, use 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