Author |
Message |
Topic: Calling a Salford FTN95 DLL from Visual Basic |
sbyates
Replies: 2
Views: 5248
|
Forum: Support Posted: Mon Dec 07, 2009 9:47 pm Subject: Yes |
Paul,
Thanks for the easy fix. That was, in fact, the problem.
Thanks again,
Steve |
Topic: Invalid Floating Point Operation |
sbyates
Replies: 1
Views: 8538
|
Forum: Support Posted: Mon Dec 07, 2009 9:46 pm Subject: Invalid Floating Point Operation |
I am porting and compiling legacy fortran code that is fairly size-able. In this code, the original designers used EQUIVALENCE to set 2 arrays
INTEGER*4 ARRAY1 (500000) and
REAL*8 ARRAY2 (250000) ... |
Topic: Calling a Salford FTN95 DLL from Visual Basic |
sbyates
Replies: 2
Views: 5248
|
Forum: Support Posted: Sun Nov 22, 2009 11:36 pm Subject: Calling a Salford FTN95 DLL from Visual Basic |
I have read the post in the Knowledge Base http://forums.silverfrost.com/viewtopic.php?t=201 in addition to other posts and Salford documentation that cover this subject.
However, I am still having ... |
Topic: C_EXTERNAL with Checkmate Win32 and Debug Win32 |
sbyates
Replies: 6
Views: 8968
|
Forum: Support Posted: Tue Sep 15, 2009 4:39 pm Subject: C_EXTERNAL with Checkmate Win32 and Debug Win32 |
I have the following fortran program:
program test
C_EXTERNAL CTEST 'ctest' (REF) : INTEGER*4
character*11 string
integer*4 returnval
dat ... |
Topic: Difference between Checkmate Win32 and Debug Win32 |
sbyates
Replies: 2
Views: 4929
|
Forum: Support Posted: Thu Aug 27, 2009 3:17 pm Subject: Difference between Checkmate Win32 and Debug Win32 |
I have the C_EXTERNAL in the fortan code. In fact, the code appears to work when complied with Debug Win32 mode set, but not the Checkmate mode. That is what is confusing me. I'm sure it is some li ... |
Topic: Difference between Checkmate Win32 and Debug Win32 |
sbyates
Replies: 2
Views: 4929
|
Forum: Support Posted: Thu Aug 27, 2009 3:20 am Subject: Difference between Checkmate Win32 and Debug Win32 |
When I compile some code using "Build" in the Plato IDE (fortran 95 with C) I get the following when using Checkmate Win32:
WARNING the following symbols are missing:
ezsdi ... |
|