| 1 | initial version |
The answer to this problem was that I had the following code at the end of all of my .F files:
END SUBROUTINE
END
The second "END" did not have a matching statement and when it was removed I was able to compile all three files into a single DLL as required.
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.