Removing dependency on ImageHlp.dll
Hi,We're trying to get a Fortran dll to run on a PC running the LabVIEW real time 12.0 operating system. The dll is compiled using Visual Studio 2008 with Intel Fortran v10.0.025. We've successfully...
View Articleproblem reading/writing binary direct access files
I've been given a program with this basic information:integer*4 wind(10585,4,17) open(unit=8,file='swind.dat',form='unformatted', + access='direct',recl=4*719780) write(8,rec=1)...
View ArticleError passing text-string in a subroutine call
Hi,When compiling the code below I get the message:Error 1 Error: If the actual argument is scalar, the corresponding dummy argument shall be scalar unless the actual argument is an element of an...
View ArticleIMSL, Fortran - Rank of matrix function, rank(A), gives wrong results when...
Dear friends,I have got the problem with function of 'rank' when using it as a function calculating rank of a matrix in subroutine which has been called by Genetic Algorithm (GA) in Fortran code.I have...
View ArticleIntel Visual Fortan Composer XE 2011 remote installation problem
I am having trouble installing Intel Visual Fortran Composer XE 2011 due a problem validating the product license. When attempting to verfy the product registration remotely (ie server not connected to...
View ArticleProblem importing Fortran routine from a dll
I have a Fortran console application which is trying to import a routine from a Fortran dll. I'm getting the following error message when linking.error LNK2019: unresolved external symbol...
View Articlecommon block not private between dlls
currently running Intel(R) Visual Fortran Compiler Professional for applications running on IA-32, Version 11.1I have multiple DLLs. Each DLL has a common block with the same name. I do not DLLEXPORT...
View ArticleThe unreachable statements: why the errors appear?
Please look at this extract from a program code:INTEGER(KIND=4) :: NI REAL(KIND=8) :: C,SH,R,PSH REAL(KIND=8), DIMENSION(2) :: EP REAL(KIND=8), PARAMETER :: MP=EPSILON(1.D0) ... EP(1)=SH+C*DSIN(SH)...
View ArticleFortran Could Not Compile Fixed-form Format Code
I tried to link FORTRAN to ABAQUS and using the following attached example to test if it works. It seems the Fortran Compile does not work with this fixed-form Fortran format. The errors look like...
View ArticleUnicode support
Can you please let me know if you plan to provide full unicode support according to the F2003 standard, and if so, when we can expect it?
View ArticleVisual Fortran BREAKS VS 2012 javascript debugger
On both Windows 7 and 8 Enterprise, installing Visual Fortran Composer XE f/Win BREAKSthe Visual Studio 2012 (Update 3) javascript debugger. The only thing that works is breakpoints; cannot watch or...
View ArticleExported Fortran DLL fails when including C++.lib file in build
I recently added a call to a C++ function embedded in a library (.lib) file to a fortran project that is then compiled into a DLL for use by C#. This had the unfortunate effect of breaking my solution...
View Articleneed a little IMSL help, harwell-boeing sparse matrix features
Can I get help with use of the s_hbc_sparse features of IMSL on this forum? Or should I go to roguewave forums?I want to know if it is possible to do an LU factor, followed by many linear equation...
View ArticleIntel Software Manager and compiler updates
Over the last few months the Intel Software Manager has burbled at me occasionally about the availability of the odd update for vtune, inspector etc. Today I was beginning to think that it had been a...
View Articlemsobj80.dll error with new project not old one
My intel fortran was uninstalled for a while and recently installed again. When using MVS 2008 version 9 (the shell that comes with Intel Parallel Studio XE 2011) , I created a project, compiled it,...
View ArticleFailure of Lapack when OpenMP directive Enabled
I build a project (vs2010 + IVF) calling Lapack subroutines, but when I enable process OpenMP directives( Generate parallel code), and i encounted the Debug Assertion...
View ArticleStack corruption debugging tips
I need help debugging stack/heap corruption problems. I have the following codereal(kind=8) :: Offset(1,3), POffset(1,3), A(3,4), B(3,4)...do ii = 1,3 Offset(1,ii) = (sum(A(ii,:))/8.d0 -...
View ArticleElemental procedures and allocatable arguments
Many moons ago I wrote some code. In compliance with my personal coding standards, that code contained gross errors. Today I tried poking my code into a different compiler, which told me in no...
View ArticleElemental finalization
Following on from a recent c.l.f discussion I think there's a glitch with elemental finalization in the recent release that wasn't in previous releases. The following little program seems to take an...
View ArticleC calling Fortran linkage problem
Scenario:A visual Studio solution with two very simple projects: 1) A "C" project with the following main routine: #include <stdio.h> void hello_world(); int main(int...
View Article