This project must be converted to the current visual C++ project format
I'm getting the following error when I try to open my project using Visual Studio 2010.This project must be converted to the current visual C++ project formatIt has been working previously and Visual...
View ArticleQ re debugger window size
I have had trouble trying to readjust the size of the OUTPUT windowwhen I hit a break point. Very often, I want to scroll backwards, or see the 120 character linesthat a program might produce.Is there...
View ArticlePeculiar PRINT statement behavior
The subroutine I am uploading has an anomaly I can't explain.Around line 61 there is a PRINT statement for the array QU(0:NQU)It does not print the array, just the opening character string.I checked...
View ArticleDifference between Intel Visual fortran Compiler and Intel Visual fortran...
What is the basic difference between Intel Visual fortran Compiler and Intel Visual fortran composer ? Whether intel visual fortran COMPILER alone sufficient for writing fortran programmes ? . WHAT...
View ArticleWriting into a data file
I have the following code which is supposed to write a <LF> between two text strings in the output file (which is a CSV file for reading into Excel):n1 =...
View ArticleError LNK2019: unresolved external symbol _Invert_LaplacianZBCS referenced in...
Hi,I got this error when trying to call a C function in Fortran. The C prototype of the function is void Invert_LaplacianZBCS(double *t,int nx,int ny);I built an interface in my...
View ArticleLNK4099 PDB vc100.pdb' was not found - nothing works. Intel fortran evaluation
I am evaluating Fortran Composer XE 2013 SP1 and trying to look at the debugger. This is a fortran project converted from Compaq Visual fortran. All sorts of problems trying to look at variables, but...
View ArticleMSV not recognizing fortran compiler
My company recently migrated all laptops to Windows 7. when they reinstalled Microsoft Visual Studios 2008 Version 9.0.21022.8RTM and Intel Visual Fortran Compiler 9.1 I no longer can find fortran on...
View ArticleError - closes program and returns to Visual Studio
I am running a complex program and I'm getting an error - the program just closes. The program normally works but in this case it is using more data than normal. I thought if I run it within Visual...
View ArticleReferencing a function from outside as well as inside when creating a DLL
I am creating a DLL.I have a function that will be referenced from outside as well as inside.For it to be referenced from outside, I have used DLLEXPORT. But then the inside referenced don't link and...
View ArticleDoes Static Library need to export functions?
I have inherited a VS 2005 solution which contains a C dll project and a Fortran static library project. The C dll project requires the Fortran routines. I have updated the solution for VS2010.The C...
View Articlelarge data sets with OMP
Hi,I have a long-running program (many days) which uses many (20 - 40) OMP threads. It uses a large amount of input data, which is fixed during execution. I've run into the 2 Gbyte stack limit issue...
View ArticleWindows errors for valid Fortan io
I have converted an application with an awful lot of user interface from QuickWin to Windows and am currently at the testing/fixing phase. As such I have a custom error trapping routine inserted all...
View ArticleFormat for DLL calls
My applications are DLLs intended primarily to be called from Excel/VBA, and so my entry points look like:Subroutine WaterSatDensity_F(TempC, Value, Units)!DEC$ ATTRIBUTES DLLEXPORT, STDCALL,...
View ArticleIMSL and MKL selection using compiler directive
I'm using Intel Visual Fortran v.11.1.065 under Windows 7 64 bit. What I want to make is related with compiler directives, especially for math library. Here's my idea :1. There exist two kinds of...
View ArticleIMSL and MKL selection from compiler directives
I'm using Intel Visual Fortran v.11.1.065 under Windows 7 64 bit. What I want to make is related with compiler directives, especially for math library. Here's my idea :1. There exist two kinds of...
View ArticleDEALLOCATING DATA TYPE POINTERS
Just a general coding question regarding data type pointer variables.My question is for pointer data types that contain allocatable arrays such as the following example: C DATA TYPE DECLARATION IN A...
View Article•Intel(R) Fortran Compiler for Intel(R) EM64T-based applications, Version 10.1
Hi,For my strenth calculations I need the fortran compiler 10.1.My questions:Runs the 10.1 fortran compiler on windows 7?And where can I downlaod this version?Thanks in advanceBest RegardsJan
View ArticleTransition to Windows 7
Our company is about to transition from Windows XP to Windoes 7 and has asked me to test an Intel Fortran compiler with 64 bit application on a Windows 7 test machine. The version they asked me to...
View ArticleCompaq Visual Fortran project compilation error
Hello!I have a project, console application, wroted on Fortran, for two years working in Compaq Visual Fortran 6.6.0 but now project is very big and it works takes too much time for calculations so...
View Article