Login Page - Create Account

Support Board


Date/Time: Fri, 08 May 2026 21:54:45 +0000



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

[2026-05-08 19:05:13]
MajorG - Posts: 7
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.