Author |
Message |
Topic: Utility for Text File Comparison |
Magliola
Replies: 6
Views: 9160
|
Forum: General Posted: Wed Feb 19, 2014 4:23 am Subject: Utility for Text File Comparison |
Can someone please recommend a good utility to compare text files for differences?
I have a series of sample input files and after editing the source and rebuilding the EXE, I run each sample inp ... |
Topic: Debug versus CheckMate |
Magliola
Replies: 1
Views: 3961
|
Forum: Support Posted: Wed Feb 19, 2014 4:16 am Subject: Debug versus CheckMate |
I am porting a large program that was compiled with the Digitial FORTRAN / COMPAQ FORTRAN compiler to FTN95 with the Visual Studio Shell. The source is now compiling, linking and generating a running ... |
Topic: Write(*,*) and Print * Statements |
Magliola
Replies: 6
Views: 9636
|
Forum: Support Posted: Tue Feb 18, 2014 3:38 am Subject: |
John, Thank you for your help and advice. I am definitely adopting your practice to unit numbering. |
Topic: Write(*,*) and Print * Statements |
Magliola
Replies: 6
Views: 9636
|
Forum: Support Posted: Mon Feb 17, 2014 12:10 pm Subject: |
Thank you John and thank you Paul for helping me solve this code problem.
For reference, the symptoms the code had and the error are thus:
1) WRITE (*,*) works as expected with output to the conso ... |
Topic: Write(*,*) and Print * Statements |
Magliola
Replies: 6
Views: 9636
|
Forum: Support Posted: Mon Feb 17, 2014 5:54 am Subject: |
John,
Thank you for the help and post. I ran your bit of code and I get the following:
successful test for unit 1
successful test for unit 2
ERROR : unsuccessful test for unit ... |
Topic: Write(*,*) and Print * Statements |
Magliola
Replies: 6
Views: 9636
|
Forum: Support Posted: Sun Feb 16, 2014 7:55 pm Subject: Write(*,*) and Print * Statements |
Does Silverfrost FTN95 allow statements such as
print *, ' This is a test '
and
write(*, 100)
100 format(1x,' This is a test')
Sometimes print * and write (*, ) work ... |
Topic: Free Source Form Criteria |
Magliola
Replies: 5
Views: 6306
|
Forum: Support Posted: Mon Feb 10, 2014 11:00 pm Subject: |
Thank you very much.
The 132 character limit and the conversion of tabs to 8 spaces explains why bringing the DVF source into FTN95 has an issue.
In Visual Studio�s editor it would be nice to h ... |
Topic: Free Source Form Criteria |
Magliola
Replies: 5
Views: 6306
|
Forum: Support Posted: Mon Feb 10, 2014 6:57 pm Subject: Free Source Form Criteria |
I am compiling a program with Silverfrost FTN95 that compiles using the COMPAQ DVF compiler. I was getting syntax errors and one of the issues seems to be the length of the free source form line of ... |
|