

The general question is: Is there any automatic Compaq Visual Fortran to gfortran translator? I have found none. I do not know exactly what specification the code is of, but I found out that it can be compiled with at least Compaq Visual Fortran 6.6 - so I may guess it was written under it. If you get this far, I can suggest a variant of above test that brings it closer to the situation described by Lionel in terms of data on the heap plus the stack.I have a huge piece of Fortran code and I want to compile that code with gfortran. I'll suggest trying out the exact steps as shown above this will help readers be on the 'same page' as you. All rights reserved.įorrtl: severe (41): insufficient virtual memoryĬan you reproduce the above? Especially the last case with the run-time exception (forrtl error) about insufficient memory? You will notice in this case the program is setup such that *all* the data (mostly on the heap in this case) size requirements exceed the 2 GB limit with 32-bit programs on Windows. Microsoft (R) Incremental Linker Version Ĭopyright (C) Microsoft Corp 1992-1998. Now notice the steps I've tried on a 64-bit Windows 10 workstation using CVF 6.6C version:Ĭompaq Visual Fortran Optimizing Compiler Version 6.6 (Update C)Ĭopyright 2003 Compaq Computer Corp. !dec$ else if defined ( SIZE_2GB ) ! Roughly 2 GB of data !dec$ if defined ( SIZE_1GB ) ! Roughly 1 GB of data Integer, parameter :: WP = selected_real_kind( p=12 ) See the comment by now this is get confusing. but im unable to buid it somehow and the error mentioned in the original post pops up when Haider, i can use CVF 6.6.0 on windows 10 already following a similar method explained by FortranFan. > I have compiled it on windows 10 yes and the comilation gives me no errors or warnings. Other small codes apart from this one that I built are working fine so it doesnt seem to be an error with the CVF 6.6.0 installation. The code is very large and written in FORTRAN 77. The program 'C:\wrokdir\codes\faqiemodifiedload\Debug\Dyneii.exe' has exited with code -1073741800 (0xC0000018). Loaded 'C:\Windows\SysWOW64\kernel32.dll', no matching symbolic information found. Loaded 'wow64_image_section', no matching symbolic information found.

Loaded 'APP01.EXE', no matching symbolic information found. but now it seems to show this error and the debug section shows following comments: I used the same code one year ago on a different system with a similar operating system and it worked fine. Click OK to close the application." I receive no errors or warnings when i compile the code. The error is a popup window that says "The application was unable to start correctly (0xc0000018). I am getting an Application Error with fortran console application on Windows 10.
