Author |
Message |
Topic: PRIVATE not implemented properly? |
Keith Waters
Replies: 9
Views: 11745
|
Forum: Support Posted: Sat Mar 15, 2008 10:22 am Subject: |
I believe this has already been flagged as a bug. I noticed a similar thing discussed here http://forums.silverfrost.com/viewtopic.php?t=853 .
Keith |
Topic: HUGE for default REAL |
Keith Waters
Replies: 1
Views: 4056
|
Forum: Support Posted: Tue Mar 04, 2008 1:03 pm Subject: HUGE for default REAL |
According to the FTN95 help documentation, the value of HUGE for the default single precision REAL is 3.4028235E+38. Yet when I try to do
REAL aReal
aReal = 3.4028235E+38
the compiler says,
ER ... |
Topic: Record length with formatted write |
Keith Waters
Replies: 16
Views: 24736
|
Forum: Support Posted: Mon Mar 03, 2008 11:22 pm Subject: |
Secondly, by my reckoning Buff_toStr(buffer) is 69000 characters long at the point it is written, which makes me suspect the limit is around 32K. Interestingly, the following program appears to run o ... |
Topic: Record length with formatted write |
Keith Waters
Replies: 16
Views: 24736
|
Forum: Support Posted: Mon Mar 03, 2008 11:19 pm Subject: Record length with formatted write |
The following program fails with,
Run-time Error, *** Error 69, Invalid record length (see documentation)
004011a0 WX_BUFFER!WX_BUFFER ! ----------------------------------------------------------- ... |
Topic: Compiler crash attempting substring of character function |
Keith Waters
Replies: 3
Views: 5390
|
Forum: Support Posted: Mon Mar 03, 2008 4:45 pm Subject: |
Runtime error from program:c:\program files\silverfrost\ftn95\ftn95.exe
Access Violation
The instruction at address 00522b96 attempted to read from location 00000218
00522b26 determine_i ... |
Topic: Compiler crash attempting substring of character function |
Keith Waters
Replies: 3
Views: 5390
|
Forum: Support Posted: Mon Mar 03, 2008 4:44 pm Subject: Compiler crash attempting substring of character function |
FTN95 crashes when attempting to compile the following code, the offending statement being, WRITE (*,*) Buff_toStr(buffer)(1:32768).
! -------------------------------------------------------------- ... |
Topic: Linking over multiple directories |
Keith Waters
Replies: 7
Views: 9271
|
Forum: Support Posted: Sun Mar 02, 2008 11:19 am Subject: |
Thanks Paul.
John - the problem is not that I cannot get FTN95/SLINK to compile and link my project: I have already done that successfully using the make file shown in my initial post.
Perhaps ... |
Topic: Linking over multiple directories |
Keith Waters
Replies: 7
Views: 9271
|
Forum: Support Posted: Sun Mar 02, 2008 12:11 am Subject: |
Let me get this straight. I can give SLINK an explicit list of .obj file names to link but I can�t give it a search path. I can give FTN95 a search path, which it will pass on to SLINK, but I cannot ... |
Topic: Linking over multiple directories |
Keith Waters
Replies: 7
Views: 9271
|
Forum: Support Posted: Sat Mar 01, 2008 9:56 am Subject: |
That�s a shame. I�m using several different Fortran compilers and wanted a solution that allowed me to switch rapidly between different compilers (basically just use different make file). I have man ... |
Topic: Linking over multiple directories |
Keith Waters
Replies: 7
Views: 9271
|
Forum: Support Posted: Sat Mar 01, 2008 12:51 am Subject: Linking over multiple directories |
My question concerns linking with .obj files that reside in a different directory to the main program. I use NMAKE for all my development. I use a make file of the following form.
ThisDir = C: ... |
Topic: dll problem |
Keith Waters
Replies: 8
Views: 10558
|
Forum: Support Posted: Sat Jan 12, 2008 1:13 am Subject: |
Wild guess � try all lowercase subroutine name (or all upper). |
Topic: Weird warning messages when compiling for .NET |
Keith Waters
Replies: 4
Views: 6563
|
Forum: Support Posted: Fri Dec 28, 2007 2:21 pm Subject: |
(Continue)
! ----------------------------------------------------------------------
! FILE BG_BUFF.F90
!
!
! ----------------------------------------------------------------
MODULE WX_Buff
... |
Topic: Weird warning messages when compiling for .NET |
Keith Waters
Replies: 4
Views: 6563
|
Forum: Support Posted: Fri Dec 28, 2007 11:52 am Subject: |
Drat � it hasn�t posted properly. It looked ok in Preview! Let's try separate modules.
! ----------------------------------------------------------------------
! FILE BG_DOC.F90
!
! ---------- ... |
Topic: Weird warning messages when compiling for .NET |
Keith Waters
Replies: 4
Views: 6563
|
Forum: Support Posted: Fri Dec 28, 2007 11:41 am Subject: |
Paul
Here is the code stripped down to the minimum that still demonstrates the warning message. The original code had more module dependencies and generates a series of such warning messages and c ... |
Topic: Weird warning messages when compiling for .NET |
Keith Waters
Replies: 4
Views: 6563
|
Forum: Support Posted: Thu Dec 27, 2007 12:09 am Subject: Weird warning messages when compiling for .NET |
I have some codes that compile with no problem for Win32 but when I try compiling them for .NET I get warning messages like the following.
WARNING Variable _Alternate_address_of_XF_ has been decla ... |
|