Author |
Message |
Topic: What is the reason that FTN95 is not available for Linux? |
leszpol
Replies: 7
Views: 9869
|
Forum: Support Posted: Sat Jul 16, 2011 10:38 am Subject: |
Thank you for your comment. Most of the things about which you write I am known. What's more I know I use the gfortran Fortran G95 + OpenGL under Linux and Windows. Also, I develop FEM and therefore n ... |
Topic: What is the reason that FTN95 is not available for Linux? |
leszpol
Replies: 7
Views: 9869
|
Forum: Support Posted: Fri Jul 08, 2011 7:37 pm Subject: |
I understand. I tried to complie programs with OpenGL - no sucsses. But program *.exe compiled under WINDOWS work ! with WINE. It is all.
Leo |
Topic: What is the reason that FTN95 is not available for Linux? |
leszpol
Replies: 7
Views: 9869
|
Forum: Support Posted: Fri Jul 08, 2011 7:00 am Subject: FTN95 Linux |
Yes I did. At the level of the text mode will not be a problem - but at the level of graphics so sure. I thought about a similar solution for other compilers, written separately for Win and Linux to u ... |
Topic: What is the reason that FTN95 is not available for Linux? |
leszpol
Replies: 7
Views: 9869
|
Forum: Support Posted: Thu Jul 07, 2011 9:10 pm Subject: What is the reason that FTN95 is not available for Linux? |
What is the reason that FTN95 is not available for Linux?
Leo |
Topic: Reading the numbers with a comma instead of dot |
leszpol
Replies: 2
Views: 5908
|
Forum: Support Posted: Tue Jun 28, 2011 6:59 am Subject: Reading the numbers with a comma instead of dot |
How to read a number in Fortran from a text file that its has comma instead of dot in its notation, for example: 6,4941406 e-002.
Regards
Leo |
Topic: Problem with ACCESS='DIRECT' |
leszpol
Replies: 7
Views: 11345
|
Forum: Support Posted: Fri Apr 03, 2009 5:19 pm Subject: |
Thak you, evrythink is ok. Sequential access binary files is what I need. All my examples work ! Thank you. |
Topic: Problem with ACCESS='DIRECT' |
leszpol
Replies: 7
Views: 11345
|
Forum: Support Posted: Fri Apr 03, 2009 7:07 am Subject: |
Thank you for reply . Of course I rewrite open unit grater that 10. I know it but it was my mistake whilie I was writing the post.
Your solution seems to the best I am going to check it. Because m ... |
Topic: Problem with ACCESS='DIRECT' |
leszpol
Replies: 7
Views: 11345
|
Forum: Support Posted: Thu Apr 02, 2009 9:55 am Subject: |
I have menaged - solution below:
SAVE DATA
IMPLICIT REAL*8 (A-H,O-Z)
COMMON/GEO/RZg(6),Fr(3,6),POLE(6)
DIMENSION NWE(3)
INTEGER : ... |
Topic: Problem with ACCESS='DIRECT' |
leszpol
Replies: 7
Views: 11345
|
Forum: Support Posted: Thu Apr 02, 2009 6:58 am Subject: |
Thank You for help again. WRITE(44,REC=1) works or worsk OPEN...without ACCESS='DIRECT' - thank you.
But if you could spread your answer to exaple below. To tell the truth I all my life don't exac ... |
Topic: Problem with ACCESS='DIRECT' |
leszpol
Replies: 7
Views: 11345
|
Forum: Support Posted: Wed Apr 01, 2009 10:16 pm Subject: Problem with ACCESS='DIRECT' |
Thear users. I have a lot my old programs witch were compiled under MS Fortran Power Station , Digital Visual Fortran etc. They all work ! I use binary files to write data to my hard disk to read them ... |
Topic: Force GLUT_STROKE_ROMAN font to work under FTN95 ? |
leszpol
Replies: 0
Views: 5068
|
Forum: Support Posted: Sat Jan 31, 2009 11:39 pm Subject: Force GLUT_STROKE_ROMAN font to work under FTN95 ? |
Dear users
I try to use scalled font different than number 8 called "GLUT_BITMAP_HELVETICA_12 ". For example
GLUT_STROKE_ROMAN number 1 should be available
in FTN95 acording help manua ... |
Topic: The exception Floating-point invalid operation under WinXp64 |
leszpol
Replies: 1
Views: 4928
|
Forum: Support Posted: Sat Nov 15, 2008 8:10 pm Subject: The exception Floating-point invalid operation under WinXp64 |
I have red a lot of posts on users forum and I am not sure that FT95 works under WindowsXP64 bits or not. I have grphics program with OpenGL and noticed that under WinXP32 every thing was OK - but whe ... |
Topic: Why call glutFullScreen() doesn't work in FTN95 |
leszpol
Replies: 0
Views: 4916
|
Forum: Support Posted: Sat Jun 14, 2008 8:15 pm Subject: Why call glutFullScreen() doesn't work in FTN95 |
I can use both OpenGL classic window or call OpenGL from i=winio@()...(the secon option is better for me because there are more options to
manage the window). Because call glutFullScreen doesn't work ... |
Topic: FULL SCREEN how to do it-ask for help |
leszpol
Replies: 0
Views: 3958
|
Forum: Support Posted: Thu Jun 12, 2008 10:55 pm Subject: FULL SCREEN how to do it-ask for help |
To open OpenGL window I use:
i=winio@('%es%sv%sp%ww[no_caption,no_sysmenu,no_border]%pv%^og[DOUBLE]%lw',xo1,yo1,xo2,yo2,opengl_proc,ctrl)
Optionaly to open an OpenGL window in FULLSCREEN mode I ... |
Topic: Is there any idea what to do with my FULL SCREEN problem... |
leszpol
Replies: 0
Views: 4898
|
Forum: General Posted: Wed Jun 04, 2008 10:19 pm Subject: Is there any idea what to do with my FULL SCREEN problem... |
Please about some idea how to change belowe classic OpenGL code
which can switch between full screen and window. It can looks like this:
case 'f':
glutFullScreen() ... |
|