there are:
-fortran DLL
-some vars and procs, which reside in
_nonfortran_ code and must be shared between application parts (i.e. "visibled" in fortran DLL)
passing as arguments in communications routines are not acceptable (because speed and so on...)
what is the best decision? if any...
tnanks anyone for the answer...
shared procs and vars in mixed-languages programming
For more complete information about compiler optimizations, see our Optimization Notice.

