Generate
I am converting a project to use cmake to generate my visual studio (2010) project files.When I directly use Visual Studio to (successfully) compile/link my project, I start by creating a "QuickWin...
View ArticleAccess Violation: Forrtran application to DLL in 32bit windows
I have encountered trouble with a 32-bit application developed with ifort. I have an executable (created in Fortran) that calls a dll (created in C++). The specific error I get at run-time is:forrtl:...
View ArticleTo add a lib dependency globally instead of "additional dependencies" in...
I want to use an MPI lib file impid.lib for every visual fortran project I am gonna make later. I know that I can add the dependency in Project Properties - Linker - Input - Additional...
View ArticleChinese version of fortran compiler
Dear Sir/Madam,Does anyone know if there is a Chinese version of Fortran compiler?Thanks a advance!Xianfa
View ArticleNew Intel(R) Premier Support coming - downtime planned
The New Intel(R) Premier Support (IPS) is coming August 19thWe are excited to announce the launch of a new version of Intel® Premier Support that replaces the existing Intel Premier Support web site...
View ArticleNext Question: VS2010 Not Found. And I have Read the FAQ...
O Learned Denizens,Now that my license appears functional, I have another question.I'm suffering from the "not found in the system" issue when I ask for 64 bit compilation. It starts and runs fine for...
View ArticleThe best solution is wanted.
How to make this code better in Fortran 2003? IF A == 1 THEN (STATEMENTS) IF B == 1 GOTO 100 ELSE IF B == 1 THEN (STATEMENTS) IF C == 1 GOTO 100 ELSE IF C == 1 THEN (STATEMENTS) IF D == 1 GOTO 100 ELSE...
View ArticleHow to copy compiler settings - Visual Fortran Composer XE 2011
Hello,I am relatively new to using the Visual Fortran Compiler. We have IVF Composer XE 2011 license and use the Visual Studio 2010 shell as the front end. I am trying to a compile a set of FORTRAN...
View ArticleHow not to supply tecio.dll with my distrubution of static library
I am building a static library which links to tecio.lib. However, when an end-user tries to execute their program that is linked with my static library, the following message appears. How do I fix...
View ArticleVisual Studio and Fortran
GreetingsI am returning to programming after a long pause and need to do some development and software maintenance in Intel FORTRAN. Are there any Intel classes (preferable on-line) for the use of MS...
View Articleinteger arithmetic
Hi,I have a simple question, but I can't figure out the answer. Does anyone know why the following program outputs b=-589934592 instead of b=8000000000 ? This must be related to the product of a*a*a...
View ArticleMore info on file and errors on code ported from VBA/Excel
Attached is the latest version of the ported code from VBA/Excel and a listing of errors that the compiler is throwing upAttachmentSizeDownloadpoisson-pb-v2.txt3.99 KBDownloaderrors.txt1.4 KB
View ArticleCOM interface AUTODEALLOCATEINVOKEARGS crash
COM interface AUTODEALLOCATEINVOKEARGS crashI have a Quickwin App that is crashing using COM interface for Excel. I get memory violations on calls to AUTODEALLOCATEINVOKEARGS.Some help would be greatly...
View ArticleStructure constructors for extended types
I think structure constructors that include a parent component can confuse the current release of the compiler.MODULE m20130816 IMPLICIT NONE TYPE :: Parent LOGICAL :: l INTEGER,...
View ArticleError in reading multiple lines text data
Dear all,I have the following code: program readtest implicit none ! Variables integer::n real*8,allocatable::th(:) open(1,file='test.dat') read(1,*)n allocate(th(n))...
View Articlecatching divide by zero
I have not been able to catch divide by zero errors in my code. I've tried many variations of settings in the project file, in debug mode. The result of a divide by zero is infinity, but I want...
View ArticleDo I always have to declare the variables?
Hello, Do I always have to declare the variables with fortran? Is there a way not to declare it such as MATLAB? Do I always have to declare it at the beginning of the subroutine? Thank you, Emre
View ArticleUse 2 versions of Intel Composer
I would like to maintain release versions of my software with Intel Composer 2011 and develop new versions with Intel Composer 2013.Ideally I would like to have 2 copies of visual studio running, one...
View ArticleDerived type containing pointer elements
Hi all,I have a derived type that contains pointer elements (like real(8), pointer :: A(:)). There are several of these elements in my type (which also has the sequence attribute) and I need to share...
View ArticleCACHESIZE for i7-4770
I'm running Visual Fortran Composer XE 2011 Update 11 under Windows 7 64-bit on a new machine with the Intel Core i7-4770 which has caches L1=256 kB, L2=1024 kB, L3=8192 kB. The CACHESIZE(n) generic...
View Article