Visual Fortran V9.0 on Windows 10 Support
Hi Guys!A number of years ago we purchased a copy of "Intel(R) Visual Fortran Compiler 9.0 for Windows" which was installed on an old Windows XP Home machine, and running fine; recently we have...
View ArticleBINARY NUMBER and the DIGITS
If I have a binary number 101010 - as a decimal number 42 - is there an easy FORTRAN function to convert to a binary number and then determine the order of 1 and 0's --John
View ArticleUnusual INQUIRE() function return value in IVF
Hello all,I have a old program which was finished in Fortran 77 on Microsoft FORTRAN Powerstation. I am trying to immigrating the codes to IVF right now. I got one issue with the return value of the...
View ArticleAvx vs avx2
Hoping to minimize use of multiple isa target options, I made some comparison of avx vs. Avx2 performance on haswell to characterize where difference may be expected.One of the bigger advantages of...
View Articlelinker error misery
I'm trying to build an old console program, and I get about 1000 linker errors like the following:Error 730 error LNK2019: unresolved external symbol _vsprintf referenced in function _for__io_return...
View ArticleInternal Compiler Error (C0000005)
I am trying to prepare my application for an analysis by VTune Amplifier. I created a new configuration by copying the existing Release configuration and changing Debugging settings for both Compiler...
View ArticlePass User Defined Structure to Fortran DLL from VB.NET
In Visual Studio 2008, I create a user defined structure type and will pass an array of this type to Fortran DLL, how should I declare the function to pass this array in both VB.NET and Fortran sides?...
View ArticleHow to write Unicode characters in Fortran QuickWin application?
I know that using Unicode characters in Fortran requires translation between Dos and Windows alphabet encoding.When I work with Fortran console project I can change Dos-Windows encoding by using...
View ArticlePsxe survey request
An email came last night in spam requesting a survey response. It didn't specify whether it was about the beta test. Neither URL in the email worked even when I set up hotspot forwarding so as to try...
View ArticleWhat is the difference of version 11.1.072 and 11.1.048
There is a Fortran program and two testing datasets,when compiled in VS 2008 with Intel Fortran version as 11.1.048 (Win 7, 64 bit), both work fine. but when compiled in VS 2008 with Intel Fortran...
View ArticleAttaching Fortran dll to a Visual Basic Program
I have written a small visual basic utility which references a single Fortran subroutine. The visual basic program and the Fortran subroutines live in separate projects within a single solution. Both...
View ArticleQ about graphics window setup
I have a QUICKWIN graphics setup, where I want the shape of an object to be exact.For example, if I draw a circle, I want it to come out looking like a circle, not an ellipse.And a square should look...
View ArticleIntel Fortran 2017 Beta and Fortran 2016 coexisiting
I recently took delivery of a new shiny laptop running Windows 10. I installed Visual Studio 2015 Community Edition and then the Intel Parallel Studio 2017 Beta. I am using the Fortran compiler and it...
View ArticleUse Fortran dll in VC++
Hi! I created a Fortran code with 3 function. This is my Fortran code:real function circle_area(radius) !DEC$ ATTRIBUTES DLLEXPORT :: CIRCLE_AREA !DEC$ ATTRIBUTES ALIAS : "Circle_Area" :: CIRCLE_AREA...
View Articleusing COMPAQ Fortran dll in C# code
I am developing a C# extension dll in VS 2010, using fortran dll having Intel fortran compiler. this fortran dll code does uses IMSL DIVPAG solvers in code. when i am using COMPAQ compiler based...
View ArticleConfiguring for Use IMSL from Microsoft Visual Studio
I just purchased and installed Intel Fortran compiler 2016 and the latest IMSL. Why don't I see Intel Parallel Studio XE in Tools>Options?
View ArticleStandard semantics include Qprec-div ?
At suggestion of vtune added prec-div- prec-sqrt- to standard-semantics qxavx2 and got significant speedup. Didn't find any documentation on this.
View ArticleChanging variable type within in SELECT TYPE statement
I came across something interesting (see simple example below). Clearly, what I'm doing is wrong, but I was wondering if the compiler shouldn't complain more about it. I'm basically changing the type...
View ArticleSyntax highlighted code in documentation
Something for the suggestion box: I think it would be great if the Fortran code snippets in the HTML documentation were syntax highlighted. I've gotten to the point where I can't look at non-syntax...
View ArticleQuerying interface of a procedure in a DLL
I suspect the answer to my question is No (it's that kind of day), but it doesn't hurt to ask... Is it in any way possible to test whether a procedure in a DLL has a certain interface? I'm using...
View Article