GerritGroot
Technical User
Hi,
I want to compile some fotran code to a DLL to be used by a commercial code and to be tested by my own fortran executable.
How do I do this?
Where can I find how to do this in gfortran and in CVF (but I'm especially interested in the gfortran option)?
Once compiled to a DLL, how do I call my DLL from my fortran code? (This is only to test it, in reality it will be used and called by some commercial code)
Any info or link to a manual is welcome, I couldn't find any hit on the search "DLL" in the user unfriendly manual at: gcc.gnu.org/onlinedocs/gcc-4.2.1/gfortran.pdf
Thanks,
Gerrit
I want to compile some fotran code to a DLL to be used by a commercial code and to be tested by my own fortran executable.
How do I do this?
Where can I find how to do this in gfortran and in CVF (but I'm especially interested in the gfortran option)?
Once compiled to a DLL, how do I call my DLL from my fortran code? (This is only to test it, in reality it will be used and called by some commercial code)
Any info or link to a manual is welcome, I couldn't find any hit on the search "DLL" in the user unfriendly manual at: gcc.gnu.org/onlinedocs/gcc-4.2.1/gfortran.pdf
Thanks,
Gerrit