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 11 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Complex*32
MarkJordan

Replies: 9
Views: 7220

PostForum: Support   Posted: Mon Apr 20, 2020 3:48 pm   Subject: Complex*32
I know I can get to complex*20 - 18 digit precision.
Is there any support for higher precision?
  Topic: ISHFT
MarkJordan

Replies: 2
Views: 4914

PostForum: Support   Posted: Fri Dec 05, 2008 5:26 pm   Subject:
Paul

Thanks - I missed that bit in the notes.

I have avoided INTEGER*2 as the source data is an unsigned INTEGER*1 binary file 14000 x 28000.

I have worked around the problem for now

Mark
  Topic: ISHFT
MarkJordan

Replies: 2
Views: 4914

PostForum: Support   Posted: Fri Dec 05, 2008 4:21 pm   Subject: ISHFT
I have tried the following

INTEGER*1 i1Temp
i1Temp=-116
i1Temp=ISHFT(i1Temp,-1)

-116 should be 140 as an unsigned integer so I would expect 70 as the result (basically I am trying to do an u ...
  Topic: Setting a variable
MarkJordan

Replies: 7
Views: 9099

PostForum: Support   Posted: Fri Jun 08, 2007 11:06 pm   Subject:
Paul

Program Fred
INTEGER*1 i1Mask
i1Mask=b'11111111'
END

fails with the error constant out of range

so I followed Ian's suggestion


! i1SetMask=b'11111111'
! i2Set ...
  Topic: Setting a variable
MarkJordan

Replies: 7
Views: 9099

PostForum: Support   Posted: Fri Jun 08, 2007 12:03 pm   Subject:
Paul

Thanks - I will try it in a separate program

Regards

Mark Jordan
  Topic: Setting a variable
MarkJordan

Replies: 7
Views: 9099

PostForum: Support   Posted: Wed Jun 06, 2007 3:28 pm   Subject: Setting a variable
When trying the following

i1SetMask=b'11111111'
i2SetMask=b'1111111111111111'

I get the error 'constant out of range' with v5.01.0
but v4.9.0 and earlier seem to work ok
  Topic: TIF File reader
MarkJordan

Replies: 1
Views: 6382

PostForum: General   Posted: Wed Nov 29, 2006 12:14 am   Subject: TIF File reader
Is there a way of reading TIF files in to memory in the same (or similar) manner to the import_Pcx@ function?
Not bothered about writing them out just reading.

Thanks

Mark
  Topic: create_graphics_region@
MarkJordan

Replies: 17
Views: 21780

PostForum: Support   Posted: Mon Nov 27, 2006 10:35 am   Subject: create_graphics_region@
John

Thanks for that. I tried the test on a number of machines at work

Workstation 1 running Win2K 1GB Ram allowed 4600
Workstation 2 same spec allowed 4000
Workstation 3 running XP 2GB Ram al ...
  Topic: create_graphics_region@
MarkJordan

Replies: 17
Views: 21780

PostForum: Support   Posted: Sat Nov 25, 2006 7:29 am   Subject: create_graphics_region@
Paul, John

Thanks for your replies. I have yet to try the /3GB switch though the removal of USB sticks etc didn't seem to make any difference.

Just as a test ran the following. The largest I ...
  Topic: create_graphics_region@
MarkJordan

Replies: 17
Views: 21780

PostForum: Support   Posted: Wed Nov 22, 2006 11:34 am   Subject: create_graphics_region@
Paul

Thanks - I am still having problems. I have noticed that if I reboot the machine and run my application as the first thing then I can create a large region.
If I try the same region after ha ...
  Topic: create_graphics_region@
MarkJordan

Replies: 17
Views: 21780

PostForum: Support   Posted: Sat Nov 11, 2006 6:02 am   Subject: create_graphics_region@
I am trying to create_graphics_region@ size 4000 x 4600
and the system is reporting an error.

I have plenty of RAM free - Task manager is reporting 700MB

Is there a limit on the size of the g ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group