Author |
Message |
Topic: Logging to VS Output Window |
AndreaC
Replies: 3
Views: 4975
|
Forum: Support Posted: Wed Apr 04, 2012 9:34 pm Subject: Re: |
What is it that you want to log? You should get build messages in the Output window by default.
Sorry for being unclear. I want to write debug messages from my running code (like variable values, o ... |
Topic: Logging to VS Output Window |
AndreaC
Replies: 3
Views: 4975
|
Forum: Support Posted: Wed Apr 04, 2012 7:25 pm Subject: Logging to VS Output Window |
I'm debugging a ClearWin Win32 application inside Visual Studio Express. Is there a way to log to the Output Window in Visual Studio? |
Topic: L suffix in numeric literals |
AndreaC
Replies: 1
Views: 4137
|
Forum: General Posted: Wed Feb 22, 2012 8:35 pm Subject: L suffix in numeric literals |
I guess this is a newbie question, but I couldn't find the answer in the FTN95 help. What is the L suffix in numeric literals in the following line?
ans=winio@('%ca[Hello, world!]%sp',100L,100L) |
Topic: Porting a program fromSalford FTN77 |
AndreaC
Replies: 10
Views: 11518
|
Forum: General Posted: Tue Feb 21, 2012 6:20 pm Subject: Re: |
If you have 800+ source files in a Plato project then you may need to disable the dependency checking (found on the main Project menu).
Oh, thanks! That's why Plato was choking! |
Topic: Porting a program fromSalford FTN77 |
AndreaC
Replies: 10
Views: 11518
|
Forum: General Posted: Tue Feb 21, 2012 4:45 pm Subject: Thanks! |
Thanks everybody for the help! I've reinstalled FTN95 and I got all the include files, indeed. I was able to compile most of the code (even though Plato was not really happy with 800+ source files...) ... |
Topic: Porting a program fromSalford FTN77 |
AndreaC
Replies: 10
Views: 11518
|
Forum: General Posted: Sat Feb 18, 2012 4:27 am Subject: Re: |
However, on my installation I have windows.ins and colours.ins (and lots of others) in C:\Program Files\Silverfrost\FTN95\include. You should have these files if you did a default install.
Hey Davi ... |
Topic: Porting a program fromSalford FTN77 |
AndreaC
Replies: 10
Views: 11518
|
Forum: General Posted: Sat Feb 18, 2012 12:35 am Subject: Re: |
You probably don't need to convert to Fortran 95 at all unless you are planning on a major re-write of the code. You should not need to make any changes at all if the code worked previously with Salfo ... |
Topic: Porting a program fromSalford FTN77 |
AndreaC
Replies: 10
Views: 11518
|
Forum: General Posted: Fri Feb 17, 2012 10:17 pm Subject: Porting a program fromSalford FTN77 |
I'm quite new to Silverfrost compilers and I've been asked to review and maintain a fairly large codebase written in Salford FTN77/ClearView+. Two questions:
1. Is FTN77/ClearView+ still available ... |
|