Login Page - Create Account

Support Board


Date/Time: Tue, 14 Oct 2025 12:59:14 +0000



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

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


SCSFExport int scsf_TestStudy(SCStudyInterfaceRef s_sc)

should be

SCSFExport scsf_TestStudy(SCStudyInterfaceRef s_sc)