Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 16:30:07 +0000



Post From: Put custom studies in a folder

[2024-02-28 04:58:12]
User719512 - Posts: 264
Easiest explanation is to put all your study functions in a single file. You can have multiple source files and just specify the SCDLLNAME in just one file.


#include "sierrachart.h"
SCDLLName("My Awesome Studies")

SCSFExport scsf_Study1(SCStudyInterfaceRef sc)
{
...
}

SCSFExport scsf_Study2(SCStudyInterfaceRef sc)
{
...
}