crash deallocating passed pointers
We want to create a structure holding strings that vary greatly in length that can be modified during program execution. So we are using deferred length pointers. However, we are running into a problem...
View ArticleFortran DLL Callable From C#?
I learned Fortran last millennium, but haven't used it regularly for several decades, and certainly not in a more modern context. I now find myself in an environment with a lot of good, legacy code...
View Article"The debugger's worker process (msvsmon.exe) unexpectedly exited. Debugging...
I get this message "The debugger's worker process (msvsmon.exe) unexpectedly exited. Debugging will be aborted".every time I add a conditional breakpoint. When I remove the conditional breakpoint it is...
View Articlefatal error LNK1104
Dear all, Recently I am getting the following error when trying to develop FORTRAN code using Microsolft Visual Studio 2010 Shell installed on a Microsoft Win7 Professional. Error 1 fatal error...
View ArticleIs there a method to compile just a subroutine?
I am using PSE2016 in Windows 10Is there a method to just compile a subroutine? At present, I have to include a begin program...end program statements for successful compilation as shown below.program...
View ArticleMigration from PGI to Intel Fortran, What is this error ?
So I am trying to move my working codes from PGI Fortran to Intel, I am using student free version of compiler for Intel and Microsoft Visual Studio 2013 Community version.My perfectly running code in...
View Articleresource.fd creating error #6401: The attributes of this name conflict ...
Attempting to resurrect yet another old CVf Program (yes they're still around)... I am trying to re-create a dialogue panel application.I have copied in the necessary lines into the script.rc file...
View ArticleHow do disable - enable a contol?
I am programming a windows application. In a dialogue (modeless) I want to disable/enable controls dependent about defined conditions..Can anybody advise?
View Article/Qinit:arrays caused access violation
I tried to replicate in a small example but failed. It appears on entry to any routine with a local fixed size array of double precision type.Here is assembler leading up to error from my 64 bit debug...
View ArticleCOMPOSER XE 2011 in Visual Studio 2010
I have installed COMPOSER XE 2011 on a Windows 2008 R2 server with Visual Studio 2010. The install was done in 2012 and has been running well until today. With no known changes to FORTRAN or VS, I...
View ArticleHow to initialize all local variables to zero
I've been given a program developed for gfortran that relies on the -finit-local-zero option, which initializes all local variables to zero. (The option is documented here:...
View ArticleHow do I export symbols to another DLL
The essence of the problem is shown below:! In DLL 1 (Fortran) ! ==> File: my_mod.f90 module my_mod type my_type contains end type my_type contains subroutine my_sub() bind(c,name='MY_SUB') !DEC$...
View ArticleCan MPI be used to parallelize a QuickWin application?
Hi,I have a Fortran QuickWin Application called GEMix in which I want to parallelize the computations in a single subroutine with no calls to QuickWin. The code is compiled and built (to GEMix.exe) in...
View ArticleHow to do the same as showed in G95
I have a source, exe program compiled by G95 used :G95 *.f03 mainlib.awhere the mainlib.a is a compact index of a lot of subroutines and compiled as the following:G95 -c *.f03 *.oar -r mainlib.a *.oThe...
View ArticleCode Coverage for static library with Ada main
I've inherited a huge Fortran library that is built under Microsoft Visual Studio as a static library and subsequently linked into an executable using an Ada build tool with an Ada main program.Need to...
View Articleproblem installing Intel composer XE 2013
Hi,while installing Intel composer XE 2013, I get this error "the following components cannot be installed - integration(s) in Microsoft visual studio*"my Os is Windows 8.1 and I have Microsoft Visual...
View ArticleParallel Studio XE 2016 Installation
HiI keep several FORTRAN installations in my machine, and they are located at the same location in my C drive. For example,C:\Program Files (x86)\Intel\Composer XE 2013C:\Program Files...
View Articlerc.exe not found error during build
I just installed the Parallel Studio XE composer Edition for Fortran Windows. Now when I try to rebuild executables that I developed using an earlier Intel compiler, I get the errors:rc.exe not...
View ArticleEfficiency of derived type data and type bound procedures
I haved posted a topic about questons of "oop and efficiency", and get a lot of valuable advices!I did some test, and some results i am not very sure.So, i paste brief test code here, thanks.case1-4...
View Articleerror 2 error #6633
Hello all im a physics student and i am working on a simulation project so my doctor gave me an old fortran script for the simulation which he had written few years ago the problem is when i try to...
View Article