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 25 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: SDBG - no fortran window
RichardMay

Replies: 1
Views: 4146

PostForum: Support   Posted: Fri Jun 15, 2007 9:02 am   Subject: SDBG - no fortran window
We have run into the same problem as Joerg. When debugging a program we have worked on for years we suddenly cannot see the fortran code. We have recently installed a new version of Gino for the Intel ...
  Topic: Input read error
RichardMay

Replies: 12
Views: 15959

PostForum: Support   Posted: Thu Apr 26, 2007 2:04 pm   Subject:
Thanks. I didn't know the Fortran standard treated 5 -150 as an exponent. We will have to trap this type of input error ourselves. The stack trace did not mention the routine where this data was read ...
  Topic: Input read error
RichardMay

Replies: 12
Views: 15959

PostForum: Support   Posted: Mon Apr 23, 2007 11:47 am   Subject:
Yes, that is what the input should be. BUT, there are errors in the input.
1. The value -200.975, which should be in columns 21-30, is actually in columns 24-31, i.e. it spills over to the next fiel ...
  Topic: Input read error
RichardMay

Replies: 12
Views: 15959

PostForum: Support   Posted: Fri Apr 20, 2007 12:25 pm   Subject:
Paul,

This really needs a fixed width font; I'll use _ for spaces. The 1st input line is
____019004_____________-200.975___-150.0____-300.0
This results in
CODE1 = '_'
CENDR = '___'
CW2 = '01 ...
  Topic: Input read error
RichardMay

Replies: 12
Views: 15959

PostForum: Support   Posted: Thu Apr 19, 2007 5:27 pm   Subject: Input read error
The short program below is abbreviated from a fixed format read routine from a program that was written many years ago but is still used regularly.

PROGRAM READCARD

CHARACTER*80 CAR ...
  Topic: tree view using winio@
RichardMay

Replies: 3
Views: 5858

PostForum: Support   Posted: Fri Mar 30, 2007 1:07 pm   Subject:
As I understand it %pm will only trigger one popup menu, which has to be defined in the main window. I want a different menu for each node on the tree.

Richard
  Topic: tree view using winio@
RichardMay

Replies: 3
Views: 5858

PostForum: Support   Posted: Fri Mar 30, 2007 11:16 am   Subject: tree view using winio@
I have just started using winio@ to design an interactive command system based on %tv. It seems excellent; I have got a long way in a short time. Now I would like to make a pop-up menu appear when I r ...
  Topic: Long command arguments
RichardMay

Replies: 3
Views: 6838

PostForum: Support   Posted: Fri Mar 30, 2007 9:50 am   Subject:
Paul,

This dll seems better. When I run the test program below in the debugger larg is reported correctly although the full string is not displayed.

program argtest
character*160 ca ...
  Topic: Long command arguments
RichardMay

Replies: 3
Views: 6838

PostForum: Support   Posted: Thu Mar 29, 2007 4:01 pm   Subject: Long command arguments
Paul,

I'm still wating for a reply to my last posting on this, on 27-Feb. Although the new salflibc.dll that you sent seems to solve the problem for the release version, it does not work in the deb ...
  Topic: get_command_argument
RichardMay

Replies: 8
Views: 11303

PostForum: Support   Posted: Tue Feb 27, 2007 11:42 am   Subject:
Paul,

Although the test program above now prints out the full 150 character argument, in the debugger the full argument is not available and larg is still 126. Unfortunately this means that I canno ...
  Topic: get_command_argument
RichardMay

Replies: 8
Views: 11303

PostForum: Support   Posted: Tue Feb 20, 2007 2:35 pm   Subject:
Paul,

Got it, thanks.

Richard
  Topic: get_command_argument
RichardMay

Replies: 8
Views: 11303

PostForum: Support   Posted: Tue Feb 20, 2007 12:47 pm   Subject:
Paul,

Did you get my private message with my email address? When do you expect to have a new salflibc.dll available?

Richard
  Topic: get_command_argument
RichardMay

Replies: 8
Views: 11303

PostForum: Support   Posted: Fri Feb 02, 2007 2:34 pm   Subject:
Paul,

I imagine 256 should be enough. Long arguments are needed when our clients run our software in very "deep" project directories. It's quite easy to get past 100 characters, but 200 i ...
  Topic: get_command_argument
RichardMay

Replies: 8
Views: 11303

PostForum: Support   Posted: Fri Feb 02, 2007 9:48 am   Subject:
John,

Yes, I know. I think that 128 is a limit, but the real question is, is this correct Fortran 2003 or a FTN95 bug? Does this mean that in order to parse a command line which has a long argument ...
  Topic: get_command_argument
RichardMay

Replies: 8
Views: 11303

PostForum: Support   Posted: Thu Feb 01, 2007 10:36 am   Subject: get_command_argument
I have been experimenting with long arguments.
The small program below reads an argument and prints it.

program argtest
character*160 carg
call get_command_argument(1,carg,larg ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group