LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fortran subroutine?



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)
 
0 Kudos
Message 11 of 11
(842 Views)