dlgModeless won´t work - sometimes
In my QuickWin program I display a dialog byl=dlgModeless(dlg)But sometimes the dialog won´t come up. The thread seems to be stuck somewhere inside dlgModeless, no error message is being given....
View ArticleRequired run-time libraries for Windows DLL
Hello!I'm building a Fortran Windows DLL with the Intel Fortran Compiler XE 13.1 integrated in MS Visual Studio 2012. This DLL will be part of a Windows application developed in association with a...
View Articleerror #6634
Dear all,What do you think thac causes this following error:error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. Thank you all!
View ArticleopenMP - Handling global variables in fortran
Hi, I am trying to parallelize a code that is already written and contains close to 102 subroutines in the function I am trying to parallelize. In the process I saw that there were many global...
View Articlehow can I debug the main code with an input file
I am new for Intel Visual Fortran Compiler. I have a Fortran code which include a main code and a input code, the main code can compile to a .exe file and then read the input file to get necessary...
View ArticleProgram triggering a breakpoint when exiting a function that convert 2-d char...
I have a Fortran program that talks to a dll that is written in C++. The Fortran program is crashing on Windows only when it comes out of the function given below. It works fine in Linux and Mac OS....
View ArticleHow to get window handle of main dialog box
I am writing QuickWin console application and cannot figure out how to get the window handle of my main (modeless) dialog box (which I call IDD_DIALOG1). I know how the get the handle for dialog...
View ArticleModule use another module?
I am consolidating parameter duplication in our code and have defined a parameter SDENW now in one module only, say module A. However this variable exists in module B too (not just as a parameter...
View ArticleFloating point calculation issue
Hi there, Some time ago I converted a large numerical codebase over to the Intel Visual Fortran compiler. So far we have been unable to make the switch to IVF as we are seeing an unacceptably large...
View ArticleDialog Box
Since I installed the last update for Intel Visual Fortran Composer XE(Visual Studio 2010), I can not create a dialog box as I used to create using Compaq Visual Fortran.Please, can someone help me in...
View ArticleGeneric procedures: non-ambiguous at declaration or use?
Consider this module generics Type T contains procedure :: A procedure :: B generic :: C=>A, B end type T contains subroutine A(X,Y,Z) class(T) X real Y real, optional :: Z end subroutine...
View ArticleCompiler bug - stream formatted nonadvancing read makes up 0x2000 character
Hello I'd like to report a possible bug in Intel Fortran compiler, I was using: Intel(R) Visual Fortran Compiler XE for applications running on IA-32, Version 14.0.2.176 Build 20140130 but the same...
View ArticleLong compilation time for recursive data structure access
Hi Steve,I am seeing very long compilation times, both debug and release, for routines where I am accessing recursive data structures in a certain way.I have a Type like this: Type XYPlot...
View ArticleProblem finding EntryPoint in generated dll
There is Fortran code from Stark, P.B., and R.L. Parker I build it on Visual Studio 2010 uing Fortran Compiler (Compóser XE 2011)Original code is Fortran subroutine bvls(key, m, n, a, b, bl, bu, x,...
View ArticleDll can’t be recognized unless in system directories when called from VBA.
Hi All,I built a 32-bit DLL with Visual Fortran V11.1.067 within Visual Studio 2008 on my computer. The program is supposed to work like this:EXCEL VBA (32-bit) calls “C:\Test\AA.dll” via the absolute...
View ArticlePerils of constants as arguments
I am writing a subroutine intended for redistribution to other coders in a static library:Subname (irow, icol, ra, rb, ...) : IF (irow == 0) irow = INT(ra) IF (icol == 0) icol = (..something..)...
View ArticleIs it possible to automate the "Attach to Process" tool?
Hello,I am using Intel Composer XE 2013 under MVS 2010. I have built a Solution with CMake in Debug mode. The solution is made up of several Fortran projects (say, app1.exe, app2.exe, ...). CMake also...
View ArticleRunning system commands without opening a shell window
My application is compiled with /SUBSYSTEM:WINDOWS, and I want to call some system commands without having a shell window appear. SYSTEM and SYSTEMQQ open the shell window. RUNQQ doesn't open a shell...
View ArticleError 6731 in version 11.1.072
The following code gives error 6731 Object is not a pointer object XG.I understand this was fixed in 2011, but is there a workaround in 11.1? program testsize real,allocatable,target :: XG__(:,:)...
View ArticleCreate a Executable Using Intel Visual FORTRAN XE
I am looking for steps for creating a simple FORTRAN executable file using Intel Visual FORTRAN XE. I want to run the executable at the Windows 7 Command Prompt. I don't needed to create any GUI for...
View Article