Support Board
Date/Time: Sun, 21 Jun 2026 20:28:13 +0000
Post From: JSON parse error
| [2026-05-08 17:55:10] |
| MajorG - Posts: 7 |
|
It is working for me now. The remote build. Also the local visual studio build continues to work fine.
Are you sure ? On my side it's 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; } } |
