Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are screen updated faster in VB than in VFP
Message
From
04/12/2000 09:25:41
 
 
To
04/12/2000 09:04:22
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00448595
Message ID:
00448754
Views:
12
>Houston,
>
>VB does not compile to native code, nor will future versions.
>
>Walter,
>
>>>Probably VFP faster, many VFP objects are just simple drawings on form, when VB objects are real Windows.
>>>>are screen updated fast in VB than in VFP ?
>>>>Rajesh
I was under the impression that because VB is compiled to 'native' code it typically runs faster than VFP in most regards. The only area in which VFP excels (relative to VB) is in data processing - fortunately this is pretty much all we want to do in VFP ;-)

There is a related note 'Q258537' of Microsoft that explains how VFP 6.0 writes to the screen and Microsoft has confimed this to be a bug that has been corrected in Service Pack # 4, by supporting the switch BITMAP=OFF in the config.fpw file.

The explanation is, that when VFP writes anything to the screen, it writes first to an off-screen bitmap, and then performs a bit-block (bitblt) transfer to the screen. This results in smoother screen painting, but expecially in terminal emulation software in sever performance degration.
Christian Isberner
Software Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform