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 11 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: mswin - win32api.ins conflict
wolf

Replies: 0
Views: 5422

PostForum: ClearWin+   Posted: Mon Mar 14, 2016 2:20 pm   Subject: mswin - win32api.ins conflict
These three lines cause many error messages:

use mswin
implicit none
include 'win32api.ins'

Either mswin or win32api but not both is fine
  Topic: How to check if a program is running
wolf

Replies: 2
Views: 5932

PostForum: General   Posted: Mon Mar 14, 2016 11:33 am   Subject: How to check if a program is running
I need to detect if another program is running or not from within a F95 application.

From within a F95 program (P1) I start a second process (P2) and continue P1. (I use Start_PProcess to start P2) ...
  Topic: winio inside a do loop is different to separate calls to wi
wolf

Replies: 3
Views: 5801

PostForum: ClearWin+   Posted: Mon Feb 29, 2016 6:33 pm   Subject:
Thanks gentlemen,

I like the suggestion to pass an array element to winio@ instead of a single variable. I works fine and code looks much nicer than 12 individual winio@ lines.
  Topic: winio inside a do loop is different to separate calls to wi
wolf

Replies: 3
Views: 5801

PostForum: ClearWin+   Posted: Sun Feb 28, 2016 3:39 pm   Subject: winio inside a do loop is different to separate calls to wi
Hello,
I observe an unexpected result from a call to winio@ inside a do loop.

Here the loop:
do nr = 1,2
ians = winio@ ('%2nl %`2rd %18rs &', nr, 'ABC')
enddo
The result sh ...
  Topic: integrated SDBG with "launch argument"
wolf

Replies: 5
Views: 6807

PostForum: Support   Posted: Wed Jun 18, 2014 11:29 am   Subject:
I work with Plato 4.5.1
  Topic: integrated SDBG with "launch argument"
wolf

Replies: 5
Views: 6807

PostForum: Support   Posted: Tue Jun 17, 2014 2:18 pm   Subject:
Same with PE 7.0
  Topic: integrated SDBG with "launch argument"
wolf

Replies: 5
Views: 6807

PostForum: Support   Posted: Tue Jun 17, 2014 8:24 am   Subject: integrated SDBG with "launch argument"
Hi FTN95 Team,

there seams to be a conflict situation with "integrated SDBG" and "Launch Arguments", observed with Version 6.3

The command line has three additional argument ...
  Topic: Format descriptor F0.5
wolf

Replies: 9
Views: 10770

PostForum: Support   Posted: Tue Jul 10, 2012 10:18 am   Subject:
My F0.5 output is much more than 3 lines, up to 8 million lines, each line has 4 F0.5.
The extra space only occurs according to my observations when up rounding to 1.0000 or down-rounding to -1.0000 ...
  Topic: Format descriptor F0.5
wolf

Replies: 9
Views: 10770

PostForum: Support   Posted: Mon Jul 09, 2012 7:56 am   Subject:
I tried your recomendations.

T2 specifier has no influence - the space remains.
Advance='no' also has no influence.

At present I write to a string and remove the extra space before I write the ...
  Topic: Format descriptor F0.5
wolf

Replies: 9
Views: 10770

PostForum: Support   Posted: Fri Jul 06, 2012 8:36 am   Subject:
My work around is to write to a string and check for those extra spaces.
The output is input for a NC controlled machine (up to several millions of lines), the leading letters describe machine-axes. ...
  Topic: Format descriptor F0.5
wolf

Replies: 9
Views: 10770

PostForum: Support   Posted: Wed Jul 04, 2012 8:50 pm   Subject: Format descriptor F0.5
Hallo,

I observe a formatting irregularity with the print result of the first write statement

write (*,'("A",F0.2)') 0.99999
write (*,'("A",F0.2)') 1.00001
wr ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group