Using GETENV without USE IFPORT
Okay, I know this has been hashed through with the USE DFPORT possibility, but I just compiled up my code which had been using IFPORT and found some really weird results without USE IFPORT. The idea...
View Articleparameter, bind(c) for arrays
I'm doing mixed C++/FORTRAN development and reference FORTRAN symbols from static libs in C++ code. During regression test for switching from VS2012/IF2013 to VS2015/IF2016 I had to add BIND(C) to all...
View Article'check uninitialized variables' option not working
The variable LCCONT (char*1) is not defined but in debugging mode, notwithstanding the option 'check uninitialized variables' is active , no exception is raised when following statement is executed in...
View ArticleFortran compiler and visual studio issue
Hey everyone!I'm not very familiar with troubleshooting issues on Windows, so please forgive my ignorance. I'm trying to run a Microsoft Visual Studio 2015 build, but some of the files are incompatible...
View ArticleCompile Error: ifort.exe not found
Hello allI know that there was a similar topic already, but it is closed and I haven't found a proper answer out there.I have installed Microsoft Visual Studio 2015 CE. Then I installed Intel Parallel...
View ArticleError #6833 - Problems with functions in submodules
Hi! My name is Jeferson. I am studying Modern Fortran to update my programs writing in FORTRAN 77.I have been having problems with functions in submodules. I can compile and run the program without...
View ArticleAnother stack-overflow with IF XE 2016
I did regression tests for switching from IF 2013 to IF 2016 and suddenly a subroutine that took 11K of stack now wants 3M of stack. Please note that this IS NOT LIKE...
View ArticleQuickWin - setting dialog focus
I've recompiled an old QuickWin project.It uses a dialog to specify some parameters then draws graphics in the full screen, then displays the dialog again with the results.I'm finding that the dialog...
View ArticleCompiler installation error messages question
We see the attached picture of an error message from the compiler installation. It lists VS Express 2015 as being an acceptable version of VS to use with the compiler. But the system requirements do...
View Articlerc.exe file missing
Hello allI've run into the error of "rc.exe not found" when compiling my Fortran code. I have Visual Studio Community 2015 installed, as well as the Intel Fortran Compiler 2016 edition. I have looked...
View ArticleUnresolved external - why?
I have a simple module containing 2 subroutine and 1 function: module testbug contains SUBROUTINE sub1(n,x) IMPLICIT NONE INTEGER :: n REAL*8 :: x(n) REAL*8 :: f REAL*8 :: func3 f = func3(n, x) return...
View ArticleHow to solve error #6633 in fixed format
Let me separate the problem to 2 parts.Part I:Such error occurs, when compiling the following code.--------free format-----------program ex0815 implicit none real::a=1.0 call showinteger(a) call...
View ArticlePaging file too small
I don't want to page!I've got lots of Ram (128 GB) while running latest Fortran in 64 bits but I getOMP: Cannot create ThreadOMP: System Error #1455 Paging file is too small for this operation to...
View Articlehow to retrieve DOUBLE QUOTES from arguments?
I just encountered a problem to get the sub-strings that were originally and correctly input as argument below:foo.exe file.dat ""Time [s]""Fx [m]""xPos [m]""I need to retrieve the arg2 containing...
View Articleadditional include directories in FORTRAN subroutine
I have written a subroutine in FORTRAN which is compiled and used by FEM software (works fine). Now I have developed a second FORTRAN program that works flawlessly in VS and needed to be integrated...
View ArticleCode failure only in XE2015 and not earlier versions
HI,REAL X(2)N = 2DO I=1,N+1if( i .LE. N .and. MOD(X(i),10).EQ.2) A= A+BENDDOThe above code has worked fine in all past versions. But now using XE2015 it throws an exception when I=3 as it thinks the...
View ArticleQuickWin - severe (172)
While working away on my combination QuickWin / Xeffort project everything seemed fine. (Latest compiler, Win7, 64bit but creating a 32bit executable)) However when testing on a 32bit computer, both...
View ArticleSpin Control Not Working Properly
My RC has: EDITTEXT IDC_PCTYPE,38,48,11,12,ES_CENTER | ES_AUTOHSCROLL | ES_NOHIDESEL | ES_WANTRETURN CONTROL "",IDC_MYSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT |...
View ArticleDocumentation shortcuts
In prior versions of Intel Parallel Studio you could open the compiler documentation fromStart | All Programs | Intel Parallel Studio ... | Documentation | {select the one you want}This is not present...
View Article