Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 19:40:46 +0000



Post From: sc.GetStudyPersistentIntFromChart problem

[2019-12-11 22:43:58]
User132748 - Posts: 159
I get a compile error using sc.GetStudyPersistentIntFromChart:


int& fTR1 = sc.GetStudyPersistentIntFromChart(StudyReference.GetChartNumber(), StudyReference.GetStudyID(), 1);

"error: 'struct s_sc' has no member named 'GetStudyPersistentIntFromChart'
int& fTR1 = sc.GetStudyPersistentIntFromChart(StudyReference.GetChartNumber(), StudyReference.GetStudyID(), 1);"

Im using remote build option.

All was compiling fine on previous 32B builds.

Was there any change to this function?