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 490 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Real number format in %rf
IanLambley

Replies: 7
Views: 6520

PostForum: 64-bit   Posted: Fri Oct 20, 2023 12:39 pm   Subject:
Paul thanks.
-.5 now works but .5 does not.

Regards
Ian
  Topic: Real number format in %rf
IanLambley

Replies: 7
Views: 6520

PostForum: 64-bit   Posted: Fri Oct 06, 2023 6:13 pm   Subject:
Has there been any progress on this?
  Topic: Real number format in %rf
IanLambley

Replies: 7
Views: 6520

PostForum: 64-bit   Posted: Mon Sep 11, 2023 8:52 am   Subject:

program rf_fail
implicit real*8 (a-h,o-z)
test = 0d0
i=winio@('Enter a real number %`bg[white]%rf',test)
end
  Topic: Real number format in %rf
IanLambley

Replies: 7
Views: 6520

PostForum: 64-bit   Posted: Sun Sep 10, 2023 3:25 pm   Subject: Real number format in %rf
In 64-bit %rf, entering ".5" is not allowed or "-.5". This was perfectly valid in win32 and Excel. What has happened?
  Topic: Tabbing between controls in 64bit
IanLambley

Replies: 8
Views: 7096

PostForum: ClearWin+   Posted: Tue Jun 27, 2023 8:48 pm   Subject:
When can I get a copy of these dlls?
  Topic: Tabbing between controls in 64bit
IanLambley

Replies: 8
Views: 7096

PostForum: ClearWin+   Posted: Sat Jun 24, 2023 2:08 pm   Subject:
And with the addition of the %rs at the top of the form, it really does something strange.
program ian
use clrwin
implicit none
integer, parameter :: dp = kind(1.d0)
real(dp&# ...
  Topic: Tabbing between controls in 64bit
IanLambley

Replies: 8
Views: 7096

PostForum: ClearWin+   Posted: Sat Jun 24, 2023 1:57 pm   Subject:
Kenneth,
Thanks for showing that independently, I thought I was going slightly mad!
Regards
Ian
  Topic: Tabbing between controls in 64bit
IanLambley

Replies: 8
Views: 7096

PostForum: ClearWin+   Posted: Sat Jun 24, 2023 9:10 am   Subject: Tabbing between controls in 64bit
I find that tabbing between controls acts differently in Win32 and X64.

I have a maine page with three property sheets. In the main page there is a %RS and two %`RS controls.

Within the propert ...
  Topic: FILE_OPENR in debug compile
IanLambley

Replies: 14
Views: 16821

PostForum: ClearWin+   Posted: Sat Aug 28, 2021 9:12 am   Subject:
Paul,
This problem is resolved for me by shortening the filename character size from *256 to *200. Still in debug mode.
A value of *220 and above did not work; I didn't try other values between *20 ...
  Topic: %rs control is not refreshed with new salflibc.dll
IanLambley

Replies: 8
Views: 6213

PostForum: ClearWin+   Posted: Tue Apr 20, 2021 12:56 pm   Subject:
Paul,
Are these dlls available as I'm having trouble updating %`rs fields.
Ian
  Topic: Deprecated calls
IanLambley

Replies: 22
Views: 22381

PostForum: 64-bit   Posted: Mon Apr 12, 2021 9:09 am   Subject:
The deprocated calls issue, not the capitalisation variability.
  Topic: Deprecated calls
IanLambley

Replies: 22
Views: 22381

PostForum: 64-bit   Posted: Sun Apr 04, 2021 2:56 pm   Subject:
John,

Users
Ian
Documents
Projects
Debug
Win32
also have capital letters! (and John of course)

May be an object file counts as a human and needs a capital letter and an executable is no lo ...
  Topic: Linker unresolved references in WIN32.
IanLambley

Replies: 2
Views: 2615

PostForum: Support   Posted: Sat Mar 27, 2021 11:44 am   Subject:
OK.
So what you actually meant was that
"INCLUDE <DBOS.INS>"
is not required for WIN32 and the linking will be sucessful without it. It is only the WIN64 that requires it.
Using ...
  Topic: Linker unresolved references in WIN32.
IanLambley

Replies: 2
Views: 2615

PostForum: Support   Posted: Sat Mar 27, 2021 9:09 am   Subject: Linker unresolved references in WIN32.
There are several routines which I have been using since the mid 1990s. Re-compiling programes containing them fails in the 32 bit version, but succeeds in the 64 bit version. Some of these programs ...
  Topic: Deprecated calls
IanLambley

Replies: 22
Views: 22381

PostForum: 64-bit   Posted: Thu Mar 25, 2021 8:52 am   Subject:
This simple program links in 64bit but has missing symbols in 32bit
winapp
program dbostest
include <dbos.ins>
call new_page@
end
I'm not expecting it to run ...
 
Page 1 of 33 Goto page 1, 2, 3 ... 31, 32, 33  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group