Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 06:24:12 +0000



Post From: Is sc.GetStudyIDByName obsolete in 64-bit?

[2019-03-01 12:30:42]
Blue Brazilian - Posts: 42
I successfully compiled a 32-bit version of a study that includes a call to sc.GetStudyIDByName, but when I compile the study for 64-bit, I get the following compilation error:
error C2039: 'GetStudyIDByName': is not a member of 's_sc'

Is there an alternative function in 64-bit that does the same thing?