Login Page - Create Account

Support Board


Date/Time: Fri, 18 Apr 2025 04:56:19 +0000



Post From: Subject: Compilation Issues with sc.AddStudyToChart in ACSIL Custom Study

[2025-03-31 18:26:22]
User431178 - Posts: 647
which lists sc.AddStudyToChart as accepting three arguments

Are you sure about that?
There is only one version, one that accepts n_ACSIL::s_AddStudy.
Where is the three-argument version?

Switching to the s_AddStudy struct approach resulted in C2039: 'StudyName' is not a member of 'n_ACSIL::s_AddStudy' errors
Because n_ACSIL::s_AddStudy has no "StudyName" member, it's "ShortName".

ACSIL Interface Members - Functions: sc.AddStudyToChart()