IVF14: Module variables have no values when they are watched in a subroutine...
Hi there,the topic says it all. In a module globaleVariablen I set the variable dtMain = 0.2. Using IVF14 to watch that variable in a subroutine or function, it has only a value in a watch window, when...
View ArticleSupport for the Express version of Visual Studio
Is Intel planning to support the Express version of Visual Studio 2013? I downloaded the latest Intel Visual Fortran Composer XE for Windows (incl VS shell 2013), but it doesn't recognise my VS Express...
View ArticleXEffort library issues
I have been using XEffort for some years, and without making any changes to my code or to the libraries, since updating to the latest SP1 of XE Studio, I am now seeing a range of errors which have me...
View ArticleEvaluate Expression .AND. error
Hi,I have a expression like this:I = 5DO WHILE (I <= 4 .AND. "ThrowError") 'Do something' I = I + 1 ENDDOIn Intel Fortran, as the variable I is greather than 4, the second part...
View ArticleAdvantage DO CONCURRENT against DO
Maybe this is a dumb question:What advantage has a DO CONCURRENT loop compared to a normal DO loop? I understand that in DO CONCURRENT you are not allowed to use an index (i-1), but basically every DO...
View ArticleHow to Access a C++ lib that is linked into a Fortran dll from C#
Hi,this one sounds more complicated then it is.I have a C++ lib that is linked into a Fortran dll. Now I want to access some functions of this C++ lib from a C# program. But the program doesn´t find...
View ArticleDebug and Release compiler directives
In building code by debug mode, PRINT or WRITE of variables on screen are needed but not in release mode.If possible, I want to make this PRINT routine control by compiler directives such as!DEC$ ()......
View ArticleWhen a run-time error occurs the debugger is not stopping on a Fortran code line
When there is a run time error while I am debugging my application via Visual Studio 2013, I expect that the debugger should stop on the line that is causing the problem. However, the debugger...
View ArticledlgModeless 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 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 Article