Thursday, April 19, 2012

Exploring FORTRAN DLL

Environment Intel Fortran 11.1

1. How to create a FORTRAN DLL in visual studio with INTEL FORTRAN compiler:

http://sukhbinder.wordpress.com/2011/04/14/how-to-create-fortran-dll-in-visual-studio-with-intel-fortran-compiler/

Simple to follow, worked.

2. How to call FORTRAN DLL in visual studio with INTEL FORTRAN compiler:
http://www.eng-tips.com/viewthread.cfm?qid=117348


Another method:
http://www.tek-tips.com/viewthread.cfm?qid=1572697

Calling DLL from C#
http://software.intel.com/en-us/articles/calling-fortran-function-or-subroutine-in-dll-from-c-code/

No comments: