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 1107 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: This baffles me
wahorger

Replies: 13
Views: 1066

PostForum: General   Posted: Thu May 11, 2023 5:26 pm   Subject:
Kenneth, thanks for the additional confirmation.

Well put.
  Topic: This baffles me
wahorger

Replies: 13
Views: 1066

PostForum: General   Posted: Thu May 11, 2023 4:53 am   Subject:
Zach,

If you wish that FORTRAN was like "C", your wish will never be fulfilled. The rules are different. The syntax is different. Some things are easy to do in FORTRAN, some things are ea ...
  Topic: This baffles me
wahorger

Replies: 13
Views: 1066

PostForum: General   Posted: Wed May 10, 2023 11:43 pm   Subject:
The code
print * !This Line

Shows nothing because the exclamation mark denotes everything following it will be a comment. You will get a blank line, but that's really useless, yes?

And Kenneth ...
  Topic: Anyone creating DXF files?
wahorger

Replies: 2
Views: 907

PostForum: General   Posted: Wed May 03, 2023 3:16 pm   Subject:
Eddie,

I appreciate your comments. Because of AutoDesk's size in the market, they are here to stay for many applications. There are also competing file formats that offer better flexibility and per ...
  Topic: Trouble linking with DLL
wahorger

Replies: 3
Views: 1082

PostForum: Support   Posted: Tue May 02, 2023 2:01 pm   Subject:
Paul, SLINK is used in both cases. And the second case works, I believe, due to the order of the arguments. I'd experienced this before when building my own MAKE files. Perhaps in the second case the ...
  Topic: Trouble linking with DLL
wahorger

Replies: 3
Views: 1082

PostForum: Support   Posted: Tue May 02, 2023 4:23 am   Subject:
I don't know if there is an issue with Plato or not, but here's what I had to do for the externally generated DLL to use it in Plato.

Plato creates a BuildLog file that contains the commands used t ...
  Topic: Anyone creating DXF files?
wahorger

Replies: 2
Views: 907

PostForum: General   Posted: Tue May 02, 2023 4:11 am   Subject: Anyone creating DXF files?
I discovered a library of routines that can create DXF files for AutoCAD (R) Version LT2000. After struggling with having to learn about DXF file structures and interactions between sections of the DX ...
  Topic: Trouble linking with DLL
wahorger

Replies: 3
Views: 1082

PostForum: Support   Posted: Wed Apr 26, 2023 8:55 pm   Subject: Trouble linking with DLL
I'm getting an error 902 "Unable to read size of import symbols". I have no idea what that means, nor how to fix it.

The DLL is being built by CodeLite. I have other DLL's built with this ...
  Topic: Library with screen location(x,y)
wahorger

Replies: 34
Views: 9394

PostForum: General   Posted: Wed Apr 05, 2023 7:38 pm   Subject:
I am so sorry that my attempt to show you where to find the relevant information was not what you were looking for. Your observation about the standard cursor did not yield enough information about wh ...
  Topic: Library with screen location(x,y)
wahorger

Replies: 34
Views: 9394

PostForum: General   Posted: Wed Apr 05, 2023 3:05 pm   Subject:
There is also an FTN95 link on this HELP menu, as well as for ClearWin, etc. Just pull it up, and search. It's a single HELP file (generally) that has links in Plato to the appropriate starting sectio ...
  Topic: Library with screen location(x,y)
wahorger

Replies: 34
Views: 9394

PostForum: General   Posted: Wed Apr 05, 2023 1:52 pm   Subject:
From PLATO. find "Help" on the menu bar and click it.
  Topic: Library with screen location(x,y)
wahorger

Replies: 34
Views: 9394

PostForum: General   Posted: Wed Apr 05, 2023 1:26 pm   Subject:
I suggest you look at the help available on cursors found in the FTN95 and Clearwin HELP file available through Plato. Search for cursor and gets lots of references. Read up on them. I use it constant ...
  Topic: Library with screen location(x,y)
wahorger

Replies: 34
Views: 9394

PostForum: General   Posted: Wed Apr 05, 2023 12:02 am   Subject:
Use WINAPP and the black DOS command box will not be displayed.

If you do console output in a WINAPP application, an output window will be created automatically. All I/O from to/from the console ar ...
  Topic: Library with screen location(x,y)
wahorger

Replies: 34
Views: 9394

PostForum: General   Posted: Tue Apr 04, 2023 11:57 pm   Subject:
Just FYI: your variable LOC is also an intrinsic integer(7) function. It returns the address of the argument.

FTN95 is really good about divining intent of reserved function names usage. Still, bes ...
  Topic: Library with screen location(x,y)
wahorger

Replies: 34
Views: 9394

PostForum: General   Posted: Tue Apr 04, 2023 1:23 am   Subject:
Your program has a couple of faults. No matter, we've all done this at one time or another (for me about a week ago).

Your code should read:
WINAPP
program main
use clrwin
implicit n ...
 
Page 1 of 74 Goto page 1, 2, 3 ... 72, 73, 74  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group