Support Board
Date/Time: Sun, 06 Jul 2025 16:44:18 +0000
Post From: Why does this test cpp keep getting the same error?
[2025-06-25 14:38:43] |
User431178 - Posts: 735 |
This is wrong, the "int" is screwing it up. SCSFExport int scsf_TestStudy(SCStudyInterfaceRef s_sc) should be SCSFExport scsf_TestStudy(SCStudyInterfaceRef s_sc) |