Author |
Message |
Topic: Linking ftn95 DLLs in a ftn95 exe |
hnoboa
Replies: 3
Views: 7154
|
Forum: General Posted: Tue Feb 24, 2009 3:39 pm Subject: |
Thanks Paul, I got it running!!
Thanks to your advise. The other main problem my dll had was that it had the subroutine inside the program, therefore was NOT external and could not be accessed by the ... |
Topic: Linking ftn95 DLLs in a ftn95 exe |
hnoboa
Replies: 3
Views: 7154
|
Forum: General Posted: Mon Feb 23, 2009 10:56 pm Subject: Linking ftn95 DLLs in a ftn95 exe |
I am trying to learn how to link dlls in ftn95, so I made one file with this code:
MODULE Variables
IMPLICIT NONE
! INTEGER, PARAMETER::IKIND = SELECTED_REAL_KIND(12,99) ... |
|