Hi all, here i am again...
I'm trying to let a subroutine contained in a .dll access variables of the executable, which are declared in a module of the executable. Since this is not possible, i tried to move those variables to a module belonging to the .dll source. the .dll project compiles and links just fine. the executable does not link to those variables.
what is happening?
thank you