Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 13:21:30 +0000



Post From: Keep getting an error.

[2025-06-29 16:08:18]
User431178 - Posts: 764

SCSFExport

expands to


extern "C" __declspec(dllexport) void __cdecl

so your function declaration with expanded macro reads


extern "C" __declspec(dllexport) void __cdecl void scsf_TestStudy(SCStudyInterfaceRef sc)

so the problem is void void in the expanded declaration