Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 14:53:07 +0000



Post From: Why does this test cpp keep getting the same error?

[2025-06-25 14:38:43]
User431178 - Posts: 764
This is wrong, the "int" is screwing it up.


SCSFExport int scsf_TestStudy(SCStudyInterfaceRef s_sc)

should be

SCSFExport scsf_TestStudy(SCStudyInterfaceRef s_sc)