Visual Studio macros
This is perhaps going to be a red herring, but I'm rather suspicious that the recent installation of the ifort update broke user defined macros in VS 2010.My macros on two separate machines have...
View ArticleFortran UEL on Windows
Hi everybody,I'm about writing a UEL on ABAQUS.When I'm trying to run it, I'm getting an error message. I've attached the error messages and my code to this message so you can find them easily.Would...
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 ArticleExamining the parent fields of an extended derived type in VS: New...
While reviewing the Release Notes for the recent compiler update (Intel Fortran Compiler 14, SP1, Update 2) to see what I'm missing out on, I found the following very interesting:Quote:3.3.1.4 New...
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 ArticleUpon reinstall attempt to "open" causes crash
Out of the Dark Ages I come with Compaq Visual Studio 6.1 on a desk top using Windows XP Home Edition. Reinstalled program after installation of new hard drive, power supply, and video card. Can access...
View ArticleDependency analysis of mild insanity in Fortran
For those who want to have a bit of a giggle...A while back, as a bit of a F2003 learning exercise I started writing a little Fortran parser in Fortran that lets you do dependency analysis - "tell me...
View ArticleHigh RAM usage in IVF
Hi,I am running a large project with 50 subroutines in it. The problem is three-dimensional with lots of array allocation/deallocation.When I run the project, the iteration ends in 2 to 3 days. During...
View ArticleUsing Visual Studio Debug Execute Immediate: how to reference a variable in...
In debugging a Fortran routine which does not have direct access to a variable in a calling routine which I would like to use in Execute Immediate for debugging purposes. I want to know when a special...
View ArticleUbuntu 10.04: Which Version of Intel Fortran Compiler?
Hi, I would like to work with the Intel Fortran Compiler on my lucid 10.04 Ubuntu. I tried 2013, 2011, 11.1 and 11.0 but it didn't work... Alan
View ArticleHow to prevent menu item from getting grayed
Hello,Recently I became motivated to revise an old Windws Fortran program that I developed with CVF Pro v. 6.6.C . I now have added an HTMLHelp (.chm) file which can be accessed by clicking a menu item...
View ArticleVS2013 integration unable to enter negative floating point numbers in watch...
Try watching a floating point variable. Then try to change its value to -1.0. The error message is "Operator '-' undefined for given types"
View ArticleLooking for an Edit Descriptor Solution to a -0 indication
In a recent migration to X64, I noted a difference in display of small negative numbers. These are numbers small enough that they are 0 to the number of figures requested. In Win32, they used to...
View ArticleError Calling DLL
I am trying to load a Fortran DLL at runtime, using this code:INTEGER :: p pointer (q,AWAPROPS_SUB) p = loadlibrary("AWAProps.dll"C) NAME = "AWAPropsLicense_F" q = getprocaddress(p, TRIM(NAME)//""C)...
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 ArticleWriting internel Variables to file -> Warning: An Array was temporarry created
I am dealing with Fortran 77 legacy code and have therefore written a debugging routine with which I can save the timehistory of arbitrary internal Variables to a file: module M_checkup ... contains...
View ArticleUnnecessary emails from the Forum
I am a little bit annoyed about numerous emails during recent days and weeks telling me that I have been upgraded to brown belt status. These mails are both meaningless and a nuisance, because I am a...
View ArticleC calling Fortran using stdcall and CVF
I am trying to build and debug some old libraries. I have a C dll routine calling a Fortran routine from a static library. The C dll is built using calling convention stdcall, and the Fortran routine...
View ArticleHumour
Dear Steve:I have spent several days trying to get a registered version of VS 2013 Professional working on my Dell computer. It has been a nightmare, the CAB files were corrupted. Finally just sorted...
View ArticleProcedure inheritance rules in Fortran 2003/2008 for class(*)
The code below compiles in ifort. Accoring to at least one interpretation on the Stackoverflow question it is invalid, but ifort does not produce F2008/F2003 compliance warnings. Is intel's opion that...
View Article