Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

how to write a dll

eisaaks
Beginner
400 Views
how can i write a fortran 90 dll callable by C++
0 Kudos
1 Reply
bmchenry
New Contributor II
400 Views
look in your samples folder which is/was included with Intel Fortran.
there is some samples of mixed language linking, etc
also search the forum threads as this has been presented.
Search the help file for samples:

Sample Fortran Windows Applications

The Intel Visual Fortran Samples folder contains many Fortran Windowing applications that demonstrate Windows* functionality or a particular Win32 function.

Users unfamiliar with full Windows applications should start by looking at:

Sample SDI and MDI Fortran Windows Samples in the WIN32 folder, such as Generic, Platform, or Angle.

Sample dialog Fortran Windows Samples in the DIALOG folder, such as TEMP and WHIZZY. For more information about coding requirements for dialog boxes and using the Dialog Resource editor, see Using Dialog Boxes for Application Controls.

0 Kudos
Reply