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

Help finding DLL example

dajum
Novice
358 Views
Can anyone point me to a sample of how to load a DLL at runtime and call routines from that DLL. What I'm looking to do is actually compile code to create the DLL and then load it and call the newly created routines. I know I can can create a module to be used in the new DLL that will have the routines I intend to build. Can I do this in fortran, or do I have to do this all in C?

Thanks,

Dave
0 Kudos
1 Reply
dajum
Novice
358 Views
I found the DLL/Dynamicload sample problem. That is just what I needed!

Dave
0 Kudos
Reply