Login Page - Create Account

Support Board


Date/Time: Sun, 06 Jul 2025 10:05:24 +0000



Post From: Keep getting an error.

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

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