How to tame the ancient arrays?
The description of problem: I have a very old subprogram which was written for Microsoft Fortran v.5 (DOS, pre-windows era). There are two arrays in program code. The dimensions, the array...
View ArticleRuntime issues in legacy multiple entry subroutines
Hi, I am in evaluation mode of your product on Windows and OS X. I am trying to get some legacy FORTRAN IV code running and I have issues with existing multiple entry point subroutines. Here is a basic...
View Articlecan build a DLL, but cannot run it on another pc
I have built a very simple DLL using Intel fortran. I can successfully call a routine in it from an Excel visual basic macro on my own computer, but not on another computer. I get a message about...
View ArticleIs it possible to call C# directly from Fortran?
Hello,I know its possible to call C# from Fortran via C++. but was wondering do we some direct way to do it with the new intel compiler 2015?Thanks
View ArticleCreating .exe file from Fortran
Hi, So I am very new to Fortran and just started working with Microsoft Visual Studio.I was wondering how it is possible to export the code as .exe so it would be readable by other computers with no...
View ArticlePolymorphic Pointers
I am trying to use pointers to create links between objects. Using Fortran and here is the code piece: module base_pars_module type,abstract,public :: base_pars end type end module module...
View ArticleProgram using IMSL LIN_SOL_GEN crashing on runtime machine
Hello all,This has to be a silly problem but I can't seem to find the source of it.I have created a Fortran module which I compile and link to work with Python. This module makes use of several...
View ArticleDebug impossible with Visual Studio 2013
Dear all,up to a week ago I was perfectly able to compile and debug a Fortran code with Visual Studio 2013, paralleziled with openMP, but now, when debugging, I get the error message:Debug assertion...
View Articleerror #5082: Syntax error, found
Hi Stevecould you help me please?ThanksDavidI have following error:Error 1 error #5082: Syntax error, found '(' when expecting one of: <END-OF-STATEMENT> ; <LABEL> BLOCK BLOCKDATA...
View ArticleVisual Studio 2005 and Composer XE 2013
I have Visual Studio 2005 installed and am trying to upgrade my FORTRAN projects from Composer XE 2011 to Composer XE 2013. Composer XE 2013 seemed to install properly but it does not appear under...
View ArticleFile is opened. But giving an error
Hi,I open a file using this.open(100,FILE ='temp.txt',STATUS='OLD',ERR=63) But it goes to error line.Then,I check the error using this(when the error is happen) .INQUIRE (100, OPENED=I_OPENED,...
View ArticleComposer XE 2011 License File Error in Windows 8.1
I have a Windows 8.1 laptop that I am trying to install Composer XE 2011.n Intel has provided the .lic file for my serial #/copy of the installation disks. However, the installation using a license...
View ArticleStack Error Passing a string from VB.NET to a Fortran DLL
Hi,I am rewriting a large application moving from VB6 using FORTRAN executables, to VB.NET using FORTRAN DLL's.I am able to move single values and arrays both to and from the DLL, but now have gotten...
View ArticleMatrix Determinant
Hi all,I am just trying to get a determinant of a matrix ( could be from 4x4 to 10x10 , so not huge matrices). I was wondering what is the most efficient way?Using MKL or....also the matrix would not...
View ArticleOptional Arguments and Their Uses.
Dear All,I was wondering: is it worth considering to code using optional arguments or should they be avoided at any cost? Is there a loss in performance if optional arguments are used?I have read the...
View Articlestd_minus0_rounding
I have Visual Studio 2013 with the Intel(R) Visual Fortran Compiler XE 14.0.5.239 which is supposed to support the std_minus0_rounding compiler option but I cannot figure out how to set that option...
View Articledebugging sample project VB-Calls-Fortran.sln
I have built this sample project, and it runs fine, but I'm having limited success with the debugger. The instructions say...To enable debugging of Fortran code called from Visual Basic, right click on...
View ArticleOverriding the READ function in Fortran
All,I have inherited a legacy Fortran system which contains several different modules which read ASCII text files from various logical units. Examples:100 read (userin,1,iostas=ios) lineREAD(I3,805)...
View ArticleCalling C in dynamically loaded DLL from Fortran
I have always been using this method to call functions in a dynamically loaded DLL: INTERFACE logical function Check_Security_DLL(itype) BIND(C, NAME="Check_Security_DLL") integer(4) :: itype [value]...
View ArticleProgram Exception - access violation
I am running some simulation software written in Fortran while using Matlab to automate the simulations. The simulations run through, but I keep getting this error very frequently while the program is...
View Article