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: MK32 does not work for the below simple example.
Shahram

Replies: 8
Views: 4822

PostForum: Support   Posted: Mon May 17, 2021 12:14 pm   Subject:
and after changing SUB.f95 I recompile it too.
  Topic: MK32 does not work for the below simple example.
Shahram

Replies: 8
Views: 4822

PostForum: Support   Posted: Mon May 17, 2021 12:13 pm   Subject:
It write for me that:

Target is up to date

and nothing will change, although I have changed the sub.f95 file
  Topic: MK32 does not work for the below simple example.
Shahram

Replies: 8
Views: 4822

PostForum: Support   Posted: Mon May 17, 2021 11:28 am   Subject:
Dear DietmarSiepmann

Thank you for the answer, but it does not work for me. Note that I am using the exact version of FTN95 as you have used in your command.

I have changed the files to .f95 an ...
  Topic: MK32 does not work for the below simple example.
Shahram

Replies: 8
Views: 4822

PostForum: Support   Posted: Tue May 04, 2021 10:09 am   Subject:
Dear Paul,

Would you please answer my simple question
  Topic: MK32 does not work for the below simple example.
Shahram

Replies: 8
Views: 4822

PostForum: Support   Posted: Sun Apr 11, 2021 11:26 am   Subject: MK32 does not work for the below simple example.
I am using ftn77 and ftn95 2006 version. This is my makefile constructed as defined in the user guide:

.SUFFIXES: .for .obj
.for.obj:
ftn77 $< /check
prog.exe: prog.obj sub.obj
SLINK prog.ln ...
  Topic: Open and write a file on web site
Shahram

Replies: 0
Views: 5432

PostForum: General   Posted: Fri Jul 24, 2015 9:18 am   Subject: Open and write a file on web site
Is it possible to open and write a file on my web site as we do it on our local disk? How?
  Topic: IMPORT of GIF
Shahram

Replies: 12
Views: 12347

PostForum: ClearWin+   Posted: Thu Nov 20, 2014 10:58 am   Subject:
Thank you all. The problem has been overcome with using DRAW_LINE_BETWEEN@ instead of DRAW_LINE@ . However, I had to go to RGB colors. This takes a lot of modifications inside my program, however, the ...
  Topic: IMPORT of GIF
Shahram

Replies: 12
Views: 12347

PostForum: ClearWin+   Posted: Mon Nov 17, 2014 8:32 am   Subject: Re:
Dear Paul,

The call to clear_screen@ is what I am using to erase the screen and then redraw my graphics again. Indeed this is necessary in my program to refresh the graphic area. Therefore, I can n ...
  Topic: IMPORT of GIF
Shahram

Replies: 12
Views: 12347

PostForum: ClearWin+   Posted: Sun Nov 16, 2014 3:52 pm   Subject: Re:
Here is a simplified code that importing GIF change its original color:




winapp 500000,500000
options(intL)
program TESTGIF
include <windows.ins> ...
  Topic: IMPORT of GIF
Shahram

Replies: 12
Views: 12347

PostForum: ClearWin+   Posted: Sun Nov 16, 2014 12:04 pm   Subject: Re:
Is it possible to demonstrate this problem in a short program that we can look at?

The code is too complex to come here, I am trying to create a simplified code, however, you may see the problem in ...
  Topic: IMPORT of GIF
Shahram

Replies: 12
Views: 12347

PostForum: ClearWin+   Posted: Fri Nov 14, 2014 7:52 pm   Subject: IMPORT of GIF
I have a graphic area with my symbols drawn on the area. I can successfully import a GIF file inside this area with the GIF commands. However, after redrawing my previous graphic area the colors of ...
  Topic: Picture files in FTN95
Shahram

Replies: 2
Views: 4459

PostForum: General   Posted: Mon Nov 03, 2014 12:18 pm   Subject: Picture files in FTN95
I used to save pcx graphic files and show them from the file when it is needed in my program. There is a very well known routine i.e. IMPORT_PCX@ and EPORT_PCX@ for this purpose.

Is there such a r ...
  Topic: Is there any subroutine to store all the memory variables
Shahram

Replies: 7
Views: 8213

PostForum: General   Posted: Sat Sep 13, 2014 9:16 am   Subject: Is there any subroutine to store all the memory variables
Is there any routines that stores all the variables inside a program.

I just need the data segment, those are located in common blocks and those not located on common blocks.
  Topic: I am looking for a routine that writes all data and retrive
Shahram

Replies: 0
Views: 4505

PostForum: General   Posted: Sat Aug 23, 2014 1:19 pm   Subject: I am looking for a routine that writes all data and retrive
I have a dynamic program containing many subroutines and their associated data , I would like that in an instant of time, store all the variables in a file and whenever I would like to start from this ...
  Topic: How to find Operating System the program is running on ?
Shahram

Replies: 35
Views: 35015

PostForum: General   Posted: Sun Apr 27, 2014 9:28 am   Subject: I incurred the same
Yes whenever you call GET_OS_VER@ in a large program, the result is not correct for windows 8. However, with a trick you can avoid such problem,


just write the following program:

winapp
prog ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group