: Runtime errors when using D_NNLPF routine (new IMSL)
we are using the routine D_NNLPF for optimization . The previous version of the above routine is called DNCONFIt appears the signature of the new D_NNLPF is changed. It has required and optional...
View ArticleHow is to specify debug target?
I would like to debug programs written in visual studio. However, whenever I click on start debugging it says "Visual Studio cannot debug because debug target has not been set". I tried several things,...
View ArticleRecord Length on Sequential WRITE
I need to be able to write a record to a sequential file that is longer than 1024 characters. I was under the impression that one could increase the record length using RECL= in the OPEN statement....
View ArticleCalling C++ from FORTRAN
I had read a topic of calling C++ from FORTRAN.Basically, I need to access C++ class data from FORTRAN- when calling C++ from FORTRAN.Steve suggested in one of his post to use access routines (get,...
View Articleifort option to specify object files directory
I have a project that is created using visual studio. I have following structure (as seen in the windows explorer)helloworld.vcprojCodeReleaseDebugAll the source code is the "code" folder. a) I would...
View ArticleDLL project run on some computers but not others
I have a project where the main program is written in VB6. The VB6 calls a Fortran DLL, which subsequently calls two more Fortran DLL's. All of the Fortran was recently converted from Compaq to...
View ArticleDebugger stopps in open statement
Hi,I use Intel Fortran in VS 2010. When trying to debug a simple project the debugger stopps when entering an open statement. The message appears:xxx.exe caused a breakpointstop/contiuneif I press...
View ArticleIntel Visual Fortran compiler does not allow an integer value for a logical...
Background/Problem: I am porting code from Compaq Visual Fortran to Intel Visual Fortran. When I try to read a namelist file that contains integer values (1 or 0) assigned to logical variables, I get a...
View ArticleThread data sharing using IMSL and OpenMP
Hello,First of all I should say that I am quite new to Fortran and OpenMP, so I apologize in advance for the lack of proper vocabulary and/or knowledge....I have to run a series of minimizations for...
View ArticleCALLING FUNCTION from Static Libraries
Hello everyone,I'm new to Intel Visual Fortran recently, and getting some troubles when using it.Currently I need to design a small program that can plot simple shapes (points, lines, dot lines, add...
View ArticleTraceback information when calling Fortran from C/C++
I have a Fortran static library project which is linked to C/C++ program (tried both, pure C and C++). My goal is to execute Fortran code from my C/C++ program and in case there is any error get the...
View ArticleProblems with IMSL-library 6.0
Hello there, first sorry for my not perfect english. I have a serious problem with a complex software project. It was last build with Visual Fortran 6.0, using IMSL-library 2.0. I had to lift the...
View ArticleInternal Compiler error (C0000005)
Hi,When working on Debug mode on the code attached, I'm getting the following error:1>fortcom: Fatal: There has been an internal compiler error (C0000005).When compiled in Release mode, however,...
View ArticleTrouble with LOADIMAGE
We have frequently used the function LOADIMAGE to display an existing .bmp file on the screen. Sometime since installing XE13.1 (package 2013.2.149) on a new computer, this function does not work. Its...
View ArticleWebinar: Learn to be an Intel Visual Fortran Power User
Want to learn how to be a “power user” of Intel® Visual Fortran inside of Microsoft Visual Studio*? Join Intel’s “Doctor Fortran”, Steve Lionel, for a look at the lesser-known but super-useful features...
View ArticleError calling NNLPF (IMSL routine)
When I'm calling NNLPF (IMSL routine for non-linear optimization). I observed the FCN (subroutine where objective function and constraints are formulated, the signature of FCN is FCN (X, IACT, IRESULT,...
View ArticleTwo problems - may be Visual Studio
When I bring up Visual Studio, the "start page" (Developer news) says:Content will be available when an internet connection is established.(well, this computer is on the internet)and, If I bring up...
View ArticleIntel Fortran and Microsoft Visual Studio
Can you give me some advice on the relation between Intel Fortran and Microsoft Visual Studio? I'm intending to upgrade a very old version of Intel Fortran to one of Intel Fortran Composer, Intel...
View ArticleError on Random number generator
Hi! I have a question on calling the random number generator from IMSL. SUBROUTINE RANDN(NUMX, X, ISEED)! THIS GENERATE NUMX RANDOM NUMBERS WITH MEAN 0 AND STANDARD DEVIATION 1! THIS CALL FUNCTION...
View ArticleAccess violation, in win32 release ONLY
Hi All,I ran into a tricky problem. The program runs well when build in win32 debug, x64 debug, x64 release, but cause access violation in win32 release.I checked carefully on the compilation options,...
View Article