Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 05:47:43 +0000



Post From: How do I call a study in a seperate studies dll

[2023-02-13 06:02:59]
User305536 - Posts: 61
I figured it out... What I did was create functions that held code for the real processing portion of the study. These functions were exported and then in the parent loader dll I made the declarations of the study and then for real processing I pointed to the exported function in the child DLL. works beautiful. By the way, doing this means that globals in the child DLL also need be in the loader.