Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

MODULE Question

Intel_C_Intel
Employee
265 Views
I don't have any experience using MODULES and tried something today that didn't work. I need to know if it should have worked.
Are MODULES 'sharable' from EXE to DLL? That is the fortran that creates the MOD file is in the EXE, but I want to USE the module in the DLL (and access contents set by the EXE). Is that possible?
If not can you EXPORT and IMPORT modules as you can COMMON blocks?
Thanks,
Dan
0 Kudos
0 Replies
Reply