Hello everybody,
I want to use the same variable in a main program and in a subroutine in a DLL. Therefore I am using in the main program and in the DLL's subroutine the same MODULE containing the definition of my variable. In the main program I set a value to the variable, but the value in the DLL's subroutine stays everytime at zero! What have I to do to share the variable between main program and DLL? (Compaq Fortran offers a DLL-Export / Import of variables).
Detlef Pannhorst