Author |
Message |
Topic: Salford run-time library. Stack Overflow |
yujsg
Replies: 6
Views: 12750
|
Forum: General Posted: Wed Jan 23, 2008 7:56 pm Subject: |
Paul,
Maybe I did not make myself clear enough, I could still run the built executables, but I cannot compile. The error message comes out when compiling. |
Topic: Salford run-time library. Stack Overflow |
yujsg
Replies: 6
Views: 12750
|
Forum: General Posted: Wed Jan 23, 2008 4:23 pm Subject: |
I searched "Salford" in my registry and delete its keys, still cannot solve the problem
I tried the same installer on another fresh installed XP, that works. |
Topic: Salford run-time library. Stack Overflow |
yujsg
Replies: 6
Views: 12750
|
Forum: General Posted: Wed Jan 23, 2008 4:19 pm Subject: |
No, I tried to compile all the examples come with the installer, same error message. |
Topic: Salford run-time library. Stack Overflow |
yujsg
Replies: 6
Views: 12750
|
Forum: General Posted: Tue Jan 22, 2008 10:37 pm Subject: Salford run-time library. Stack Overflow |
I am facing a big problem with FTN95 Ver5.10, I cannot build any code with it. There is always a error message "Salford run-time library. Stack Overflow: Re-link program with bigger stack value. ... |
Topic: Reporting a bug in Win32 VC interoperability example#2 |
yujsg
Replies: 1
Views: 5726
|
Forum: General Posted: Tue Oct 02, 2007 7:49 am Subject: Reporting a bug in Win32 VC interoperability example#2 |
In folder C:\Program Files\Silverfrost\FTN95\demo\win32\visualcinteroperability2\vcproject1
File "vcproject1.cpp", line 81, extern "C" DllExport void _FunctionArgumentsRefer ... |
Topic: Unknown error for SDBG when calling SOUND@ |
yujsg
Replies: 1
Views: 4284
|
Forum: Support Posted: Sat Sep 22, 2007 10:37 pm Subject: Unknown error for SDBG when calling SOUND@ |
Please debug the following code to see the SDBG error. Thanks.
Program Sound
INTEGER*2 FREQUENCY,TIME
FREQUENCY = INTS(1800)
TIME = INTS(200)
CALL SOUND@(FREQUENCY,TIME ... |
Topic: keyboard |
yujsg
Replies: 1
Views: 5663
|
Forum: General Posted: Tue Sep 04, 2007 10:49 pm Subject: keyboard |
Dear all,
I am trying to write a subroutine in Clearwin FTN95, which can return the same two-byte keycode (scan code + ASCII code) as "GET_EXTENDED_CHAR@" in FTN77 for DOS. I am trying to ... |
Topic: ADD_KEYBOARD_MONITOR@ |
yujsg
Replies: 0
Views: 4078
|
Forum: Support Posted: Tue Aug 21, 2007 10:20 pm Subject: ADD_KEYBOARD_MONITOR@ |
Dear all,
I wrote a program to output a key code by calling ADD_KEYBOARD_MONITOR@, but it is not working as expected, please help!
PROGRAM KEYBDKEY
INCLUDE <windows.ins>
... |
Topic: INTERRUPT subroutines |
yujsg
Replies: 1
Views: 4803
|
Forum: Support Posted: Thu Aug 09, 2007 5:11 pm Subject: INTERRUPT subroutines |
if we search "INTERRUPT subroutines" or "set_trap@" in FTN95 user's manual, we can find the following sample code:
EXTERNAL QUITH
INTEGER(KIND=3) :: X
COMPLEX(K ... |
Topic: FTN77 ver3.55, FTN77 ver4.03 & FTN95 ver5.10 |
yujsg
Replies: 5
Views: 8526
|
Forum: Support Posted: Fri Jul 20, 2007 6:43 am Subject: |
Thanks Paul! I got it. Actually the reason why I like to convert my program into Win32 is that I need it to call a Win32 DLL, which is written in C++. I don't think I can do that if my FORTRAN program ... |
Topic: FTN77 ver3.55, FTN77 ver4.03 & FTN95 ver5.10 |
yujsg
Replies: 5
Views: 8526
|
Forum: Support Posted: Thu Jul 19, 2007 8:02 pm Subject: |
Thanks Paul for your prompt reply!
So in FTN95, how can I call the DOS or BIOS routines using the inline assembler instructions? |
Topic: FTN77 ver3.55, FTN77 ver4.03 & FTN95 ver5.10 |
yujsg
Replies: 5
Views: 8526
|
Forum: Support Posted: Thu Jul 19, 2007 8:06 am Subject: FTN77 ver3.55, FTN77 ver4.03 & FTN95 ver5.10 |
Dear all,
I have a large code, which has been developed over 15 years. It was using FTN77 ver3.55, a 16-bit compiler, which needs DBOS (DBOS cannot run on any 32-bit OS). The built executables can ... |
Topic: Not all the routines in FTN95 are available for .NET? |
yujsg
Replies: 5
Views: 13230
|
Forum: General Posted: Fri Jul 06, 2007 3:30 pm Subject: |
Thanks Paul. It also worked for me when I used it to read characters. But it gave errors in .NET, when I tried to use it to read integer values which were saved in binary format. |
Topic: Not all the routines in FTN95 are available for .NET? |
yujsg
Replies: 5
Views: 13230
|
Forum: General Posted: Wed Jun 27, 2007 6:47 pm Subject: |
Thanks Andrew! I will try the System.IO Namespace. |
Topic: Not all the routines in FTN95 are available for .NET? |
yujsg
Replies: 5
Views: 13230
|
Forum: General Posted: Tue Jun 26, 2007 11:46 pm Subject: Not all the routines in FTN95 are available for .NET? |
I am writing an FTN95 .NET DLL. I found in the user's manual that "readf@" is currently only available for Win32. I tried to call it in my .NET DLL. It gives me "An unhandled exception ... |
|