Support Board
Date/Time: Wed, 17 Dec 2025 23:06:46 +0000
Post From: Keep getting an error.
| [2025-06-29 16:08:18] |
| User431178 - Posts: 829 |
|
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 |
