Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Borland Turbo Pascal V7
Name: shukky Date: November 18, 2004 at 04:18:07 Pacific OS: windows 2000 sp4 CPU/Ram: AMD 64bit 3200/1024MB
Comment:
While using Turbo Pascal V7 I have noticed that the processor usage shoots up to 100% while I am typing in the source code and then drops back to almost nothing when I stop. Anyone any idea why this should be?
Name: Mechanix2Go Date: November 18, 2004 at 23:19:32 Pacific
Reply:
When I paste, let's say 50K into a DOS editor it can take several minutes; but if I paste into notepad it's done in the twinkling of an eye.
My usage was in the high 90s all during the paste.
Seems like it has to do with the way w2k and a DOS app talk to each other. Or fail to talk to each other, as the case may be.
M2
0
Response Number 2
Name: borelli35 Date: November 19, 2004 at 13:30:56 Pacific
Reply:
==================================================================== When in DOS mode or running an application from a DOS window, the processor must swap from virtual to real mode (DOS) and back to virtual mode (windows) again. This can take time and is inefficient but no one in the world of the CPU gods (Intel and co.) have come up with a better way as of yet.
Summary: As far as I know Turbo Pascal was a dos programming environment. Which does work in a dos box in windows but that's not really the same. The newer versions did include libraries to develop windows pro...
Summary: Rather look at Borland Delphi 6. You can download the Personal eddition from http://www.borland.com. I have not looked but you might even be able to download Turbo Pascal 7 from there. ...