Migration of CVF Project with Custom Build Steps
I am currently migrating a project from VS6/CVF6.6 into VS2012/IVF2013. The way the FORTRAN libraries were set up in my project, I had a folder consisting of .f files and a folder of .for files...
View ArticleVALUE Attribute Vs INTENT(IN)
This is just a general question for peoples opinions on the VALUE attribute used in subroutines. I know it The VALUE attributie is sometimes necessary for interoperability with C, but my interest is...
View ArticleFail to link 64-bit Code
I have a working 32-bit software library written in Fortran with low-level stuff in C/C++ It has worked for years.It is fine.When I re-build the library in 64-bit mode, none of the C functions are...
View ArticleSlowness when writing many records to a direct access file
When writing records to a direct access file I am finding that the Intel Fortran compiler is much slower than my 17 year old Watcom Fortran compiler running exactly the same code. In fact the Intel...
View ArticleIVF Composer XE 2013 & Win Azure
Does a DLL compiled with IVF Composer XE 2013 work on Win Azure cloud platform?
View ArticleUnderscore prefix
Hello I am trying to build a fortran project with a 'c' library named PETSc. During compilation some functions are missing, and they appear as unresolved externals after linking. It...
View ArticleDebugging a console program
Hi,I have a console program that uses command line arguments likeapp.exe inp1.txt inp2.txt out1.txt out2.bmpand I use call GETARG(3,fln1) call GETARG(4,fln2) to supply the filenames for the...
View ArticleLink error
Hello I am trying to build PETSc inside a fortran project. And after hard work I got this:Deleting intermediate files and output files for project 'PETScFORTRAN', configuration 'Debug|x64'....
View ArticleCALL for attention and discussion: recent paper comparing an equation solver...
NOTE: this is a copy of the thread at the Linux forum. My apologies to those who have seen it there - I'm posting it here with the hope of getting more comments and feedback and generating some...
View ArticleHeap corruption from VB callback
The attached project is a distillation of an error that I am having when calling a Fortran DLL from a VB.Net executable.We are trying to use a callback from the Fortran to display output in a VB rich...
View ArticleCan I compile a program here that will run on a tablet?
I guess its a different operating system entirely, but is there a way to generate executable code herethat I can migrate over to a tablet? Or does that require a separate compiler I would have to...
View ArticleFormat label and Contains block
Hi all,i'm working on a main routine with many other subroutine in a contains block. In the main one, I defined some format labels but I can't use them in the contains block : they are no more defined....
View ArticleMigration of CVF Project with Custom Build Steps
I am currently migrating a project from VS6/CVF6.6 into VS2012/IVF2013. The way the FORTRAN libraries were set up in my project, I had a folder consisting of .f files and a folder of .for files...
View ArticleVALUE Attribute Vs INTENT(IN)
This is just a general question for peoples opinions on the VALUE attribute used in subroutines. I know it The VALUE attributie is sometimes necessary for interoperability with C, but my interest is...
View ArticleFail to link 64-bit Code
I have a working 32-bit software library written in Fortran with low-level stuff in C/C++ It has worked for years.It is fine.When I re-build the library in 64-bit mode, none of the C functions are...
View ArticleEigenvectors using MKL
Hi, I need help to calculate Eigenvectors using MKL routines.I have some codes that were compiled using Compaq Visual Fortran and they had IMSL libraries within. Now I'm using Visual Studio 2010+Visual...
View ArticleLimited Time Discount! Upgrade to Current Intel Visual Fortran and Save!
Are you still using an old, no longer supported version of Intel Visual Fortran? Now through June 30, 2014, you can upgrade to Intel Visual Fortran Composer XE 2013 SP1 and save up to 60%.Eligible...
View ArticleIntel Software Tools Technical Webinar Series
These free technical webinars cover tips and techniques that will help sharpen your development skills to create faster, more reliable applications. Technical experts will cover topics ranging from...
View Articletriggered a breakingpoint (libifcoremdd)
Hi, I got trouble when debugging. The code is finished in CVF. When I run it in IVF (0 error), it breaks.The picture is what happened. However I have no idea how to solve...
View ArticleUnable to install the Fortran(x64)
I have install Visual studio 2008 on my computer and now I want to install the fortran (X64). However, the installation failed and I got the following message:"Unable to install the integration into...
View Article