battler. wrote:
What about this "!DEC$ ATTRIBUTES DLLEXPORT"? Where does this come into it?
This is a directive to tell which of your fortran subroutines should be exported as a public procedure. Often, your fortran code has many other subroutines that you don't want to expose to the user of the DLL.
For an example, see the
old thread mentioned above)