Support Board
Date/Time: Mon, 23 Mar 2026 23:51:21 +0000
Post From: Calling custom studies in custom studies
| [2025-02-18 05:26:03] |
| seandunaway - Posts: 378 |
|
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 |
