Support Board
Date/Time: Thu, 30 Oct 2025 10:14:03 +0000
Post From: Calling custom studies in custom studies
| [2025-02-18 05:26:03] |
| seandunaway - Posts: 356 |
|
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 |
