Support Board
Date/Time: Mon, 10 Mar 2025 17:21:37 +0000
Post From: Issue using sc.GetStudyProfileInformation function
[2019-09-13 06:22:17] |
User907968 - Posts: 838 |
Did you try the following delcaration? n_ACSIL::s_StudyProfileInformation StudyProfileInformation;
s_StudyProfileInformation is not in the global scope, it is scoped in namespace n_ACSIL. |