Support Board
Date/Time: Mon, 21 Apr 2025 23:59:53 +0000
Post From: Calling custom studies in custom studies
[2025-02-18 05:26:03] |
seandunaway - Posts: 348 |
i don't see why you couldn't use win32's LoadLibrary() and GetProcAddress(), persist the pointer to the desired study function and call it with a reference to the SCStudyInterface https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibrarya https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-getprocaddress |