Write to EXCEL from FORTRAN use COM Interface
I have successfully managed to get a Fortran programs to write data to an Excel worksheet using a cell-by-cell approach and also by writing a row of similar data types (reals, integers or strings) in...
View Articleifort: error #10037: could not find 'link'
Hi everyone,I have installed Intel Composer XE 2013 SP1 (evaluation version), since I need it for a shortterm project.I also installed Visual Studio 2012 today before installing the Intel Composer.Now...
View ArticleDetecting installed redistributables
Is there a registry key that can be checked to see which versions (if any) of the redistributable are installed on a customer machine ?Thanks,Simon
View ArticleMultiple Instance of Application with Degraded Performance
I am running a large set of simulations using a Fortran application. My standard approach is to use mutiple instances of the application to run several jobs at a time and a batch file in each CMD...
View ArticleDialog-based programming
Hello,CVF had great dialog-based programming documentation. For example, in the statementretlog = DlgSet(Dlg, IDC_LIST1, 0, DLG_NUMITEMS)The CVF docs explained everything, even the DLG_NUMITEMS had an...
View ArticleInitialisation of array in data structure
I have created a data structure that contains an array:type EXAMPLE real*8 :: T(3,3)end typereal*8 :: T8(3,3) type(EXAMPLE) :: arrayTo initialise a normal variable array like T8 I can use the...
View ArticleSDK Bitmap capture by window handle
I am looking for a little help and advice. Yesterday I converted (and customised a little) a C++ routine that can capture a window based on its handle and save it as a bitmap file. Yes I know there are...
View Articleread namelist from string broken?
I use Intel(R) Visual Fortran Composer XE 2011 Update 6 Integration for Microsoft Visual Studio* 2010, 12.1.3514.2010 and face a strange compiler/linker problem. The program below tries to parse an...
View ArticleDeterminant and inverse of a matrix
Hi, I am using Intel Visual Fortran with IMSL. I am solving a system of equation in the form Ax=b by using the IMSL routine LIN_SOL_GEN(A,b,x) and I am using IMSL routine...
View ArticleNumber of characters in one line in free-format in Fortran90
Does Fortran90 allow to write more than 132 charactes in a line in free-format? If I write more than 132 characters in a line in free-format Fortran90, what will happen then?
View ArticleUser images not correct
Just a hint for the forum developers, not a serious problem: Steve complained that my image was fuzzy, so I exchanged it for a better one. The new image was displayed for some time, but now the old one...
View ArticleOutput Format Rounding
Hi,I've recently upgraded my project from vs2010 with Visual Fortran Composer XE 2011 to vs2012 with Visual Fortran Composer XE 2013. I use the following format statement to output some data (example...
View Articlestrange "name does not have a type" error with subroutine pointers
I am trying to store a external, dynamically-loaded subroutine pointer in a common block, and I am getting an error I don't understand. (Please try not to laugh at the fixed-column format. I have to...
View ArticleAccessing allocatable arrays from C++
I know there are lots of topics about this issue, but I still can't figure out how to do it. Sorry...I am working on a mixed fortran/C++ code (VS2010/IVF 2013.1.119). The fortan part is quite old (most...
View ArticleINTERFACE to a MODULE PROCEDURE
I try compiling the following code which is in a MODULE: INTERFACE log PROCEDURE::log_gen_2 END INTERFACE log I get an internal error message, while if I change the code to INTERFACE log MODULE...
View Articlelastprivate problem OpenMP clause
Hi All,I have a section of OpenMP parallel loop as follow. #ifdef OPENMP !$omp parallel & !$omp num_threads(numofthreads_global) &...
View ArticleGetting write statement to write to unit or string
I have a very large routine full of WRITE statements which write to a unit number (for file output). This routine is now going to also be called by a GUI through a DLL, and in this case I want the...
View ArticleReusing Configurations in VS2010
I have several hundred console FORTRAN programs that need recompiling using the latest Intel compiler which runs inside VS2010.Each code needs to be compiled with the same compiler flags. How can I...
View ArticleGUI Problems with Windows 7
I have an Intel Visual Fortran 11.1 program that generates user interface GUIs. The program works properly on some Windows 7 machines and on other Windows 7 machines it does not work properly. When...
View ArticleNo Command Prompt
I have installed IVF 2011 with Visual Studio. I do not have the option for a command prompt.
View Article