BBC BASIC for Windows
« Printing to the screen slower in Windows 10? »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 10:01pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Printing to the screen slower in Windows 10?  (Read 286 times)
xyzzy
New Member
Image


member is offline

Avatar




PM


Posts: 1
xx Printing to the screen slower in Windows 10?
« Thread started on: Mar 25th, 2017, 2:24pm »

Hi,

My new laptop has an i5 processor & runs Windows 10. My oldlaptop (4 years old) has an i3 processor & runs Windows 7. Both laptops are configured simirlarly.

As you'd expect, side by side the new laptop runs about 30% faster, including BB4W, except when printing to the screen eg:

Code:
      time=0
      for n=1 to 10000
        print n
      next
      print time/100
 


Takes almost 20 seconds on the new laptop, but only 12 on the old one? Is this a known issue, is it something to do with Windows 10, or is it just me?

Just curious, is all :)
User IP Logged

Zaphod
Guest
xx Re: Printing to the screen slower in Windows 10?
« Reply #1 on: Mar 26th, 2017, 2:37pm »

I am guessing that your new machine has higher screen resolution. The time taken is a function of the speed it takes to update that window. If the window has more lines to update it will take longer. Just manually reduce the output window height when this is running and you can vary the times.
User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls