Author |
Message |
Topic: CWP_ICO.RC |
klclark
Replies: 1
Views: 4149
|
Forum: Support Posted: Tue Jul 17, 2012 2:38 am Subject: CWP_ICO.RC |
WINAPP 'CWP_ICO.RC'
PROGRAM factor3
IMPLICIT NONE
INCLUDE <windows.ins>
EXTERNAL factoriser
INTEGER ans,number
Character*50 str
common number,str
number=1
... |
Topic: Compiler diagnostic on BLOCK DATA items |
klclark
Replies: 14
Views: 15514
|
Forum: Support Posted: Tue May 22, 2012 12:50 am Subject: |
Please bare with me on this, I've been working with Fortran since 1967 and used F77 thru 1988. The F77 was written by Dartmounth College capable of accessing HISAM data bases. This F77 used common t ... |
Topic: Compiler diagnostic on BLOCK DATA items |
klclark
Replies: 14
Views: 15514
|
Forum: Support Posted: Mon May 21, 2012 9:10 pm Subject: Common |
Well I changed the order and I still get a run time error.
"Error 29. Call to missing routine _S at ox004014e3
I also tried to use a CONTAIN statment and that screws up the Function Subrou ... |
Topic: Compiler diagnostic on BLOCK DATA items |
klclark
Replies: 14
Views: 15514
|
Forum: Support Posted: Mon May 21, 2012 3:06 pm Subject: Problem with common working |
I'm trying to use common in a function as well as a subroutine. I looks like everything is OK until the call to the function or the subroutine. I get a run time error when trying to print either arg ... |
Topic: cannot connect to a file! |
klclark
Replies: 9
Views: 10288
|
Forum: Support Posted: Sat May 19, 2012 3:38 pm Subject: |
This is exactly what I wanted. Nice job! |
Topic: cannot connect to a file! |
klclark
Replies: 9
Views: 10288
|
Forum: Support Posted: Sat May 19, 2012 3:18 am Subject: |
This is great! I used "printer = 0" with no other change and the printer printed. How ever a box was still created on the screen which went away after printing was finished with out me cli ... |
Topic: cannot connect to a file! |
klclark
Replies: 9
Views: 10288
|
Forum: Support Posted: Fri May 18, 2012 9:45 pm Subject: |
I'm not quite sure I did this correctly but I still get a button to push (click on the (X)), no button and I get the printer to work. This is a windows printer. I don't think anyone uses LPT1 or PRN ... |
Topic: cannot connect to a file! |
klclark
Replies: 9
Views: 10288
|
Forum: Support Posted: Fri May 18, 2012 3:39 pm Subject: open_printer@ and printer_open@ |
The function "open_printer@" returns a value of "1" which indicates the printer was opened but when trying to write to it I get the error not opened. If you use "printer_open ... |
Topic: Compiler diagnostic on BLOCK DATA items |
klclark
Replies: 14
Views: 15514
|
Forum: Support Posted: Fri Mar 23, 2012 6:55 pm Subject: |
I have data overlaying data and I do not want that. Sorry for the misunderstanding. Thanks for the help, I'm sure I'll have more questions. |
Topic: Compiler diagnostic on BLOCK DATA items |
klclark
Replies: 14
Views: 15514
|
Forum: Support Posted: Fri Mar 23, 2012 1:12 am Subject: Common redefined |
WARNING - Common block "//" was previously defined as size 8704 but is now defined as size 8656
WARNING - Common block "//" was previously defined as size 8704 but is now define ... |
|