Intel® Visual Fortran Compiler for Windows* Knowledge Base

Submit New Article



Title Modified Date
Undefined symbol _DftiCreateDescriptor_s_1d referenced - DFT change since MKL 10.1
DFT have some chance in latest version. you may meet link error: Undefined symbol '_DftiCreateDescriptor_x_1d' referenced
Author: Ying H (Intel)
Type: Sample Code
07/16/2009
Calling FORTRAN function or subroutine in DLL from C# code
Calling FORTRAN function or subroutine in DLL from C# code Intel Fortran does not support generate managed code. To call a FORTRAN function or subroutine from C# code you need build Fortran code into ...
Author: Xiaoping Duan (Intel)
Type: Sample Code
06/22/2009
Equivalent Data Types between Fortran and C#
When doing mixed-language programming with Intel Fortran and C# you must be concerned with data types, because each language handles them differently. The following table lists the equivalent data type ...
Author: Xiaoping Duan (Intel)
Type: Sample Code
06/22/2009
How to customize dialog box colors using subclassing
Demonstrates how to use subclassing to add customizations such as dialog box colors to an Intel Visual Fortran application.
Author: Steve Lionel (Intel),anthonyrichards
Type: Sample Code
03/04/2009
Handling scalar type between C# and Fortran
Passing scalar type by value from C# to Fortran If the Fortran function or routine wants to receive a scalar type by value the argument should be passed by value of equivalent type in C#.   Fortran ...
Author: Xiaoping Duan (Intel)
Type: Sample Code
12/26/2008
Visual Basic passing array to Fortran DLL in x64
VB passing array to Fortran DLL - used to work for ia32 application, fails when switching to x64 configuration. Summary: VB should not pass first array element ByRef for x64. It was a fluke that it worked in ia32.
Author: Ronald W. Green (Intel)
Type: Sample Code
12/18/2008