For my project I often use DLLs to write modules so I can load only the needed ones at runtime. The problem is that have to use functions and variables that are inside the exe project from the DLL projects. What method could I use?

Thanks!