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 7761 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Different behavior concerning READF@
PaulLaidler

Replies: 10
Views: 249

PostForum: 64-bit   Posted: Sat Dec 02, 2023 8:40 am   Subject:
John

I don't know why changing the level of optimisation fixes the problem. I guess that I could have changed the code line by line in an attempt to localise the fault but it's only one file and a ...
  Topic: Attempt to emit 32-bit instruction in /64 mode
PaulLaidler

Replies: 3
Views: 464

PostForum: 64-bit   Posted: Fri Dec 01, 2023 6:58 pm   Subject:
dgurok

Yes thank you. This is a known issue. At the moment alternative functions, to those requiring these, headers must be employed.
  Topic: Different behavior concerning READF@
PaulLaidler

Replies: 10
Views: 249

PostForum: 64-bit   Posted: Fri Dec 01, 2023 10:31 am   Subject:
dgurok

Would you like me to send you new DLLs?

They will probably be compatible with your current FTN95 but you will need to proceed carefully and re-instate these new DLLs after upgrading to F ...
  Topic: Different behavior concerning READF@
PaulLaidler

Replies: 10
Views: 249

PostForum: 64-bit   Posted: Thu Nov 30, 2023 2:05 pm   Subject:
998 translates to "Invalid access to memory location".

The failure can be fixed in our build for clearwin64.dll by downgrading the Microsoft optimisation of the code for the file containi ...
  Topic: Different behavior concerning READF@
PaulLaidler

Replies: 10
Views: 249

PostForum: 64-bit   Posted: Thu Nov 30, 2023 10:24 am   Subject:
dgurok

Can you post or send me a sample program that illustrates the difference?
  Topic: False warning messages with /64 for a test file
PaulLaidler

Replies: 3
Views: 295

PostForum: 64-bit   Posted: Wed Nov 29, 2023 8:17 am   Subject:
John

I expect there will be a Forum update to v9.01.
  Topic: False warning messages with /64 for a test file
PaulLaidler

Replies: 3
Views: 295

PostForum: 64-bit   Posted: Tue Nov 28, 2023 2:41 pm   Subject:
mecej4

Thank you for the feeback. This false warning has now been removed for the next release of FTN95 (i.e. after v9.00).
  Topic: Porting old DBOS calls
PaulLaidler

Replies: 10
Views: 537

PostForum: 64-bit   Posted: Mon Nov 27, 2023 1:31 pm   Subject:
Ryan

They all need a terminating @ (or sometimes $) for ClearWin+.
  Topic: Porting old DBOS calls
PaulLaidler

Replies: 10
Views: 537

PostForum: 64-bit   Posted: Mon Nov 27, 2023 12:03 pm   Subject:
Ryan

There seems to be a conflict with simdem64.dll and I presume that you are not using simdem.

To fix this, go to your FTN95.exe folder (usually C:\Program Files (x86)\Silverfrost\FTN95) and r ...
  Topic: Porting old DBOS calls
PaulLaidler

Replies: 10
Views: 537

PostForum: 64-bit   Posted: Mon Nov 27, 2023 8:30 am   Subject:
Ryan

SET_COLOURS@ is available via INCLUDE <clearwin.ins> or USE clrwin. It sets the colours for the VGA palette. Otherwise a default palette is used.

For %gr, the ClearWin+ library now us ...
  Topic: Porting old DBOS calls
PaulLaidler

Replies: 10
Views: 537

PostForum: 64-bit   Posted: Sun Nov 26, 2023 3:06 pm   Subject:
The FTN95 help file FTN95.chm has a section ClearWin+ -> Functions ported from DBOS -> Table of alternative routines.

This says, for example, use DRAW_ELLIPSE@ for ELLIPSE@ etc..
  Topic: How split 8bytes number into two 4-bytes and combine back
PaulLaidler

Replies: 12
Views: 1807

PostForum: General   Posted: Fri Nov 24, 2023 8:48 am   Subject:
integer,parameter::k=selected_int_kind(18)
integer(k)::v,U,L
v = 22222222222_k
U = ishft(v, -32)
L = iand(v, Z'00000000ffffffff'_k)
v = ior ...
  Topic: Lbound with derived-type arrays
PaulLaidler

Replies: 13
Views: 7501

PostForum: Support   Posted: Thu Nov 23, 2023 3:40 pm   Subject:
This failure has now been fixed for the next release of FTN95.
  Topic: Attempt to emit 32-bit instruction in /64 mode
PaulLaidler

Replies: 3
Views: 464

PostForum: 64-bit   Posted: Thu Nov 23, 2023 1:20 pm   Subject:
Ryan

We are willing to look at bugs for 64 bit SCC but at the moment we may not always aim to provide a fix.

I will send you a private message.

Paul
  Topic: Compiler issues strange error message for correct code
PaulLaidler

Replies: 6
Views: 1221

PostForum: Support   Posted: Thu Nov 23, 2023 10:05 am   Subject:
This failure has now been fixed for the next release of FTN95.

I guess that the reason this failure has only now become apparent is that it seems natural to only use a renamed variable within the c ...
 
Page 1 of 518 Goto page 1, 2, 3 ... 516, 517, 518  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group