• We hope you have a fantastic holiday season to close out 2025! Thank you all so much for being part of the Tom's Guide community!

Fortran on windows 7 64bit

PanKats

Distinguished
Dec 5, 2010
2
0
18,510
Hello,

i have tried several programs(studios and compilers) for fortran programming.Most of them don't work on win 7 64bit.I also have found some that do work but when i finally run the .exe i always get a message like "The program '[3868] ConsoleApplication3.exe: Managed (v4.0.30319)' has exited with code 0 (0x0).
The program '[3868] ConsoleApplication3.exe: Program Trace' has exited with code 0 (0x0). "
(last time with Microsoft Visual Studio 2010)

What am i supposed to do to finally be able to write fortran programs on windos 7?
Please let me know if you find the answer .
panoskatsiv@yahoo.gr
 
i write the program in fortran language. And i am able to correct it and check it for errors but when i try to run it the window opens, i enter rhe inputs and when it comes to show me the outputs the window closes and gives me that message i wrote before..
 
That message means the program ended normally. You need to either put some sort of pause at the end of the program, so that you can see the output, or else run it from a command prompt.