openmp setup
Dears colleagues, I´m having some problems with an OpenMP test program. The running time remains the same for any number of threads. My test code is:PROGRAM openmp !$ USE OMP_LIB IMPLICIT NONE...
View ArticleError message when installing IMSL add-on
After I bought and downloaded the IMSL Fortran add-on (Rogue Wave IMSL Fortran Numerical Libraries 7.0 for Windows* OS - Named-user Commercial) Manuf Part #: RFL999WLGE01X1Z , I tried to install...
View Articlestrange crash
Hi,We have a strange problem with a fortran DLL crashing within our application that we cannot identify. Of most concern is that a second recompile of the exact same code in the exact same environment...
View ArticleCannot invert a matrix with IMSL routine LINDS
I am trying to use a standard IMSL routine LINDS to invert a positive definite matrix,. I installed the IMSL library based on these instructions....
View Articleerror #6413
In coding for a gui application (not qwin) I've run into a slight problem with compiling a subroutine.1>------ Build started: Project: Pearson, Configuration: Debug x64 ------ 1>Compiling with...
View ArticleNot able to use 'GetProcAddress' from Fortran to call .Net methods
Hi All,Please escuse me if this post seems silly. I'm totally new to Fortran and have been tasked to use some existing Fortran DLL's in my .NET project.I'm able to access functions created in Fortran...
View Articlereading file and input conversion error
hello everybodyi am trying to read in a file. its a two column data. Right when i run this code, at line 5242, i get input conversion error. i am pasting the code here. the file i am trying to read is...
View ArticleMemory
Back in the old days - Conte and deBoore was a nice textbook on Numerical Analysis. I remember using this textbook in my Mechanical Engineering course on Numerical Analysis - of course one could only...
View Articleerror #5102
Dear Users,I've followed the instructions to add the IMSL Library to Visual Studio but I still cannot build my code. I have Visual Studio 2005 and I am facing the (aparently famous) error "error #5102:...
View Articleunresolved references in project that was working
Removed this - appears I had an obsolete version of my code with erroneous DLLEXPORT in an exe file.
View ArticleSubmodules - Experience and VS2015 integration issue
Dear all,I recently played around with the new submodule capabilities in PSXE2016 and some questions arose.The first one is a question of experience of other users: Do you take advantage of the...
View Articlespin-control behavior
I have an up/down spin control in a dialog and I have a working call-back routine and the control works fine with its integer edit buddy. However, the edit box does not display an initial value. If I...
View ArticleRestoring minimized application
Just developing a gui-dialog based application that controls the graphics drawn in the main window. When I minimize the app all seems ok. When I try to maximize it it leaves nothing intact. The dialog...
View Article2013 --> 2015 change in reading reals?
I'm sure this is just a compiler setting or something, but I'm rusty! When we moved from 2013 to 2015, our applications stopped working properly. We tracked it down to the fact that we were trying to...
View ArticleWhat is the effect of violating the contiguity attribute of a dummy argument?
Hello,I am experimenting with the CONTIGUOUS attribute and I found to my surprise that passing a non-contiguous array section via a dummy argument that does have this attribute makes no difference. So...
View ArticleUsing the 'value' attribute
module mymod implicit none type my_t integer :: a = 3 end type my_t contains subroutine by_value(i,m) bind(c,name='BY_VAL') use iso_c_binding integer(c_int), intent(in), value :: i type(my_t),...
View ArticlePrinting graphics
If I have a window DC (sDC) and a printer DC (pDC), why can't I just draw into pDC the way I would a sDC? Or if I have a DIB, how di I print it? I would really like to know of any experience yoiu've...
View ArticleFortran Manuals and Interfaces
Dear Steve:A few years ago mecej4 on the MKL Forum helped me to fix - actually he fixed it and I just watched in awe, a bit like Shock and Awe in Fortran a program for the analysis of water supply...
View ArticleUnresolved externals in release mode
My C++ / Fortran mixed language app builds fine in Debug mode, but in Release mode I get the following link errors. 1>libirc.lib(irc_msg_support.obj) : error LNK2001: unresolved external symbol...
View ArticleDLL built with 2013 and VS 2010 Fails
I have a large C# Project with an embedded Fortran DLL. I upgraded from VS 2005 and Fortran 10 to VS 2010 and Foretran 2013. My app works ffine on the development machine, but the DLL is...
View Article