forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 13 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Integer to Character type casting
JohnH

Replies: 8
Views: 8687

PostForum: Support   Posted: Wed Jun 07, 2006 5:47 am   Subject: Integer to Character type casting
After filling in the "missing" bits like the definition of UPTIME and specifying a format for the internal write statements, does the following help you?


PROGRAM INTERNAL_WRITE
...
  Topic: floating number out of range
JohnH

Replies: 6
Views: 9581

PostForum: Support   Posted: Fri Mar 03, 2006 1:19 am   Subject: floating number out of range
hostnm, getlog are not supported because they are not part of the Fortran 95 standard, nor were they part of the Fortran 77 standard either ! They would have been vendor "extensions" to the ...
  Topic: OpenGL graphics with hardware acceleration
JohnH

Replies: 6
Views: 12384

PostForum: ClearWin+   Posted: Fri Feb 03, 2006 2:51 am   Subject: OpenGL graphics with hardware acceleration
Since I first started this thread I have had more instances of this problem occuring and asked a more experienced friend to investigate for me. Here is his findings:-

I have done some faffing aroun ...
  Topic: Problem with GETENV
JohnH

Replies: 1
Views: 5320

PostForum: Support   Posted: Wed Dec 21, 2005 6:18 am   Subject: Problem with GETENV
Filippo

The Salford run-time library has the function getenv@ which is used as follows:-

CHARACTER*100 getenv@,VALUE

VALUE=getenv@('WINDIR')

Edit your source code appro ...
  Topic: run-time error 94
JohnH

Replies: 5
Views: 12932

PostForum: Support   Posted: Fri Dec 16, 2005 7:30 am   Subject: run-time error 94
James

I thought Abaqus only worked with Digital Visual Fortran.

John
  Topic: Window handles and window updates from subroutines ???
JohnH

Replies: 2
Views: 7227

PostForum: ClearWin+   Posted: Fri Nov 11, 2005 1:09 am   Subject: Window handles and window updates from subroutines ???
Ludwig

If you've plodded through the manual, you now need to plod through the example files that come with the install, they certainly show how to use "handles".

After many, many y ...
  Topic: Interactive and mouse-responsive windows with ClearWin ???
JohnH

Replies: 1
Views: 5978

PostForum: ClearWin+   Posted: Thu Nov 10, 2005 4:54 am   Subject: Interactive and mouse-responsive windows with ClearWin ???
Ludwig

1.) Yes ! Using a CallBack function on your variable that redraws your graphics each time it is called - and its's called everytime your variable changes value ! But, be very careful, if ...
  Topic: Error 410
JohnH

Replies: 5
Views: 11275

PostForum: Support   Posted: Wed Oct 26, 2005 7:14 am   Subject: Error 410
Paul and Eddie,

Thanks for your replies. Unfortunately I'm not any closer to resolving the problem, as I'm not using a function with a write statement as Paul states is the normal cause of ...
  Topic: Error 410
JohnH

Replies: 5
Views: 11275

PostForum: Support   Posted: Tue Oct 25, 2005 7:30 am   Subject: Error 410
Hi,

I occasionally suffer from the following error message:-

"Error 410, A function called from within an I/O statement has itself performed I/O"

I'm struggling to get to grips ...
  Topic: Changing screen text colours
JohnH

Replies: 10
Views: 15717

PostForum: Support   Posted: Fri Oct 14, 2005 12:36 pm   Subject: Changing screen text colours
Okay Richard

This WILL work !

Any DOS command can be issued from a FTN95 application by calling CISSUE

So to clear the screen of text, do:-

CALL CISSUE('CLS',IFAIL)

IFAIL i ...
  Topic: Changing screen text colours
JohnH

Replies: 10
Views: 15717

PostForum: Support   Posted: Thu Oct 06, 2005 2:31 am   Subject: Changing screen text colours
Richard

Try the following format which I used to use in DOS mode (many years ago!):-


CHARACTER*9 F

COMMON /TEK/ISEQ(120)



F='( A1,$)'

WRITE(F(2:4) ...
  Topic: OpenGL graphics with hardware acceleration
JohnH

Replies: 6
Views: 12384

PostForum: ClearWin+   Posted: Wed Oct 05, 2005 9:04 am   Subject: OpenGL graphics with hardware acceleration
Hi,

I have successfully used %og to create OpenGL graphics windows, which provide excellent graphics for shading, dynamic rotation, animation and so on and is far superior to GDI graphics using %gr ...
  Topic: Standard Call Back Function 'COPY'
JohnH

Replies: 12
Views: 16274

PostForum: Support   Posted: Thu Sep 29, 2005 3:40 am   Subject: Standard Call Back Function 'COPY'
I have developed several finite element related applications that all create two windows each.

The main window in each application contains a graphical display of the FE model, with which users can ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group