The following link is a PowerPoint presentation on creating a Fortran DLL with intel fortran compiler in visual studio!!

Please click the link to view the presentation!

Create Fortran DLL with Visual Studio

Created this to help a friend trying to do the same for his work. Thought it will be nice to have it online for everyone else.

Maybe next post, I will post how to use this DLL with microsoft excel!!  Stay tuned!!

More posts

  1. Fortran 90 with Excel – gfortran example

  2. How to use pgplot in windows with Intel Fortran?

  3. STL file reader in fortran

  4. Boxplot in excel 
  5. Fortran DLL and Excel VBA how to mesh them together?

11 responses to “How to create Fortran DLL in Visual Studio with Intel Fortran compiler”

  1. […] informs me Creating fortran DLL in microsoft visual studio with intel fortran compiler is the top post of […]

    Like

  2. […] How to create fortran DLL with intel compiler using Visual Studio? […]

    Like

  3. […] How to create Fortran DLL in Visual Studio with Intel Fortran compiler […]

    Like

  4. […] it into a dll or some library and use with new languages. This explains the popularity of the post how to create fortran dll in visual studio on this […]

    Like

  5. […]  How to create a fortran dll in visual studio? […]

    Like

  6. I am extremely inspired along with your writing talents and also with
    the format in your blog. Is that this a paid theme
    or did you customize it yourself? Anyway stay up the excellent high quality
    writing, it’s rare to peer a great weblog like this one these days..

    Like

    1. Thanks!!! It’s a free theme with simple mods!!!

      Like

  7. Hi

    This was a very useful post. I have a question on creating DLL for fortran code.
    The structure of my fortran .f90 code is as follows:

    program ABC
    ..
    ..
    end program ABC

    subroutine XYZ
    ..
    ..
    end subroutine XYZ

    subroutine PQ
    ..
    ..
    end subroutine PQ

    Your post shows to create a DLL for the subroutine by adding the 2 lines of code between the subroutine. I am looking for converting my complete code (including program) into a DLL to be accessed in C#.NET.

    Could you please tell me how can I achieve this? Any information on this regards would be greatly appreciated.

    Thank you.

    Like

  8. […] How to create Fortran DLL in Visual Studio with Intel Fortran compiler […]

    Like

  9. Dear sir
    I learned to make DLL but I am not able to import this in another Fortran program.
    Please, if possible send me a successful program which can make a separate DLL and then use it in separate program.
    I want to make a program where I do not want to show unimportant thing, this unimportant will be in DLL form.
    Please help me.

    Like

    1. Hi Rairk Can you please elaborate, i don not understand what do you mean to ask?

      thanks
      S

      Like

Leave a comment

Trending