Subj : Re: scrolling slower in 32 bits mode than in 16. To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Fri Mar 11 2005 08:10 am Morosh wrote: >I tried your code, the result is the same, but I noticed that the difference >is only under WIN98 (16bits is faster than 32 bits), under WIN XP both are >identical and slow like 32bits mode under 98. >any idea? Yeah, two ideas: 1) Write your code so it doesn't scroll. 2) Write/scroll in a screen buffer, and use WriteConsoleOutput to get it on the screen. .