Login Page - Create Account

Support Board


Date/Time: Wed, 10 Sep 2025 22:20:02 +0000



Post From: Keep getting an error.

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

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