Home > Forums > Forums
The web page is broken with respect to the navigation tree (near top). Shows asHome > Forums > ForumsSometimes the second "Forums" goes back a level, other times it logs you out.Jim Dempsey
View ArticleError: Entry Point Not Found
Hi,I am using Windows 7 and trying to build a console application for Win XP (32) and got an error. Compiler i am using is Intel Fortran XE 14.0 compiler and Visual Studio 2012.Also, in the...
View ArticlePRJ0018 warning about missing environment variables
Hi,I have just moved to a Win10 machine (Lenovo) and installed Intel Fortran (Parallel Studio XE 2011 with VS2008). All seemed to go smoothly, but when I try compiling a simple (Hello World) program I...
View ArticleUrgent Help -Compiling Fortran 90 with Visual Fortran
Dear all ,I have a code written in Fortran 90 and now I urgently need to compile it to check some result and find out the procedure but I have encountered the below error and can not proceed .Can you...
View ArticleQuestion about defined assignment
in the following example, should the program not behave the same way,whether I assign a variable to itself enclosed or not in parentheses ?module m_test type t_1 integer :: i,j,k contains procedure,...
View ArticleREAD not working
I am developing a windows dialog based program and have a problem with: num = GetDlgItemText(hwDlg, IDC_M1, myBuffer,20) If (num /= 0) Then iostatus = 1 do while (iostatus...
View Articlevariable assigned to number has value NaN
Hello Fortran fraternityI assign a real variable to zero. but when i debug the program, I see that variable value as NaN without any operation having taken place. what could be the reason and what is...
View ArticleOpenmp Static Linking
I use Intel Parallel Studio XE 2013 with Visual Studio Shell. I'm trying to compile fortran code with openmp with static linking. It compiles and produces executable. But the executable does not work...
View ArticleDummy argument names and interface bodies
Ifort complains that the name `node` inside the interface body for `two` isn't a type. I think it is getting confused by the use of `node` as a dummy argument in the previous interface body.MODULE m...
View ArticleINTERFACE Needed to Communicate from Fortran to C Subroutine w/ 'typedef struct'
All,Been working for a while having 'fun' trying to port the General Polygon Clipper (GPC) Library from C to Fortran but decided it may be easier to just to call the 2-3 GPC 'C' routines I need from my...
View ArticleBehavior of SIZE and ALLOCATED across coarray images
The program below shows a different behavior for SIZE and ALLOCATED across coarray images. Naively, I would assume that both work (SIZE does, ALLOCATED does not) if the only thing they do is read the...
View ArticleDeclaring size of array using non-parameters
Hello,I am working on Intel Visual Fortran 11.1 and have a question on declaring an array in a subroutine by defining the size of the array using an argument. The argument can vary each time the...
View ArticleGeneric Interface Ambiguity
The following code sample with generic assignment(=) interfaces compiles fine under Version 15.0.5.280. I just installed Version 16 and it produces an error.module test implicit none private type,...
View ArticleFortran compiler doesn't create an exe file
Hello,I installed the Intel Fortran Compiler and Microsoft Visual Studio, both in their latest version. I am having an issue with building my test program. The builder runs and says it has been...
View ArticleQuestion about Windows10 and VS2010/XE2013
I am currently using VS2010/IVF XE2013 SP1 together with Windows 8. Can anyone tell me if my programming environment will work with Windows 10 ?
View ArticleIntegration of psxe 2016 in VS2010
I am trying to use the 2016 compiler in VS 2010. Everything looks fine, it knows about the Fortran, and I can open the sample 'Hello world' project. However, when I try to compile the source file with...
View ArticleDLL Considerations
I have two DLLs that I'm interested in. Let's call them Main.dll and Plugin.dll, both written in Fortran.Plugin.dll needs to access various functions and COMMONs from Main.dll. Ok, so I added a few...
View ArticleTranslating Visual Studio project to command line
For various reasons, I need to use the compiler at command line to compile a project that I had previously been compiling successfully in Visual Studio 2012. The Solution properties pages show several...
View ArticleWriteFile /integer_size:64 crash on Win32
Using a program like this: program main call crash() end program subroutine crash() use kernel32 integer(HANDLE) hFile integer(DWORD) iSize...
View Articlerecursive subroutines and stack size
I am experimenting with recursive subroutines. If I compile and run a simple program, where a recursive subroutine calls itself many times, it crashes with a stack overflow. I have figured out that...
View Article