Author |
Message |
Topic: Differences between salflibc.dll in v6.10 and 6.20 |
Martin
Replies: 9
Views: 13917
|
Forum: General Posted: Tue Feb 21, 2012 10:15 pm Subject: |
Hi aldavhu221,
I have reproduced the problem you were having and we have traced it back to a change made to fix an unrelated issue for 6.20. We have now changed the way we fixed the issue to allow ... |
Topic: write longer string into shorter string |
Martin
Replies: 33
Views: 34190
|
Forum: General Posted: Tue Apr 12, 2011 6:27 pm Subject: |
Hi Sebastian,
Yes the problem was specifically fixed for FTN95 6.10.
From ftn95.enh: Writing more than 32K characters using the 'A' format gave an "invalid record length" run time err ... |
Topic: Record length with formatted write |
Martin
Replies: 16
Views: 23095
|
Forum: Support Posted: Mon Jan 03, 2011 10:46 pm Subject: |
Hi guys,
The formatted write problem has now been fixed ready for the next release of FTN95. With the next version you should be able to write character strings of any length.
Martin |
Topic: NAMELIST in a MODULE error |
Martin
Replies: 1
Views: 5211
|
Forum: Support Posted: Sun Jun 20, 2010 10:13 pm Subject: |
Hi erom,
I have reproduced your problem. It looks like it only occurs when a contained subroutine attempts to read the namelist - perhaps as a workaround you could read it from a normal subroutine ... |
Topic: Running Fortran programs on MONO / Linux (salflibc.dll) |
Martin
Replies: 11
Views: 18252
|
Forum: General Posted: Tue May 05, 2009 10:49 pm Subject: |
Hi Henric,
I've finally had chance to check out the current status of mono - sorry for the delay.
With a cross platform build of ftn95lib no programs can be linked using dbk_link at present, so ... |
Topic: Running Fortran programs on MONO / Linux (salflibc.dll) |
Martin
Replies: 11
Views: 18252
|
Forum: General Posted: Thu Apr 23, 2009 11:38 pm Subject: |
Hi Henric,
I don't think its as easy as just compiling up a new mono-specific version of ftn95lib and sending it to you. Even when we were actively investigating it I don't think we were ever at a ... |
Topic: FTN95 5.30 - Integration with Visual Studio 2005 |
Martin
Replies: 6
Views: 9654
|
Forum: Support Posted: Mon Apr 13, 2009 10:09 pm Subject: |
Hi Ian,
The FTN95 5.30 installer is stricter when checking for supported versions. Which version of Visual Studio 2005 are you using - is it standard edition?
You might be able to install the F ... |
Topic: Atomic operations |
Martin
Replies: 1
Views: 5968
|
Forum: General Posted: Tue Feb 17, 2009 10:16 pm Subject: |
I know this post is quite old, but in case you are still looking :- you should be able to call out to the standard win 32 routines InitializeCriticalSection, EnterCriticalSection, LeaveCriticalSection ... |
Topic: Fortran 77 problem - think I have a poltergeist |
Martin
Replies: 11
Views: 17630
|
Forum: General Posted: Tue Feb 17, 2009 10:08 pm Subject: |
If a variable's value is changing but you can't see why I'd suggest it is a memory corruption error in some other part of the code, e.g. a buffer overflow.
I'd recommend compiling with checkmate an ... |
Topic: Direct printer access from FTN95 program |
Martin
Replies: 5
Views: 8862
|
Forum: Support Posted: Thu Nov 08, 2007 12:28 am Subject: |
Hi Eddie,
You might have more luck using the Windows API routines OpenPrinter, StartDocPrinter, StartPagePrinter, WritePrinter, EndPagePrinter, EndDocPrinter and ClosePrinter. The documentation on ... |
Topic: Not all the routines in FTN95 are available for .NET? |
Martin
Replies: 5
Views: 12281
|
Forum: General Posted: Sat Jul 07, 2007 12:41 am Subject: |
The readf@ and related routines have been ported to .NET and should also be cross platform (although they probably haven't been tested on other systems for a while).
The System.InvalidProgramExcept ... |
Topic: namelist and array slices |
Martin
Replies: 6
Views: 10504
|
Forum: Support Posted: Tue Jun 19, 2007 11:05 pm Subject: |
Thanks Bruce.
The standard does indeed state that fewer values than elements may be specified for arrays, so this is a bug in FTN95.
You are also right in that this is only a problem when a mult ... |
Topic: namelist and array slices |
Martin
Replies: 6
Views: 10504
|
Forum: Support Posted: Mon Jun 11, 2007 1:42 am Subject: |
Hi Bruce,
I could not reproduce the problem mentioned in your first message. Which version of FTN95 did you try this with?
I am not sure the input file in your second message is valid. You are ... |
Topic: Input read error |
Martin
Replies: 12
Views: 17636
|
Forum: Support Posted: Thu May 03, 2007 11:30 pm Subject: |
I think FTN95 complies with the standard regarding the inclusion of (non-leading) blanks in a numerical input field, including when using the F edit descriptor.
The standard says there is a blank i ... |
Topic: Input read error |
Martin
Replies: 12
Views: 17636
|
Forum: Support Posted: Wed Apr 25, 2007 9:10 pm Subject: |
By the way, you can display text in a fixed width font in this forum by placing it within the [code][/code] tags as I did in my previous post. |
|