Gosh. Been years since I used turbo ( back in my T basic days), but as I recall, borland was the earlier verson and turbo had better macro handling and hence got the turbo nick nam...
http://answers.yahoo.com/question/index?qid=200608...
Turbo Pascal for Windows is a commercial software, so you cannot just download it. You may try Free Pascal Compiler, it's a nice compiler (for Intel, Motorola MK68 and Amiga). It w...
http://www.experts-exchange.com/Programming/Langua...
Hi, I've had the same problem as you have a couple of years ago... I tried to write to the videobuffer in a putpixel routine but it didn't work... later on I started to learn how p...
http://www.experts-exchange.com/Q_10250154.htm...
Computers store and display images using memory; so what you are asking is answered within your question. Screen or video memory is a segment of RAM reserved for displaying text/gr...
http://answers.yahoo.com/question/index?qid=201104...
I think it should work...... procedure RealToStr(const TheReal: Real; const TotalWidth, SignifDigits: Byte; TheString: string); begin Str(TheReal: TotalWidth: SignifDigits, TheSt...
http://www.experts-exchange.com/Programming/Langua...
Unless the source code for them is available you cannot modify them. You could build your own package and use it. mlmcc
http://www.experts-exchange.com/Programming/Langua...
The final value of the control variable isleft undefined upon normal exit from the statement. pascal User Manual and Report, Seconbd Edition, User Manual §4.C.3
http://www.experts-exchange.com/Q_10250490.htm...
In windows, when you want to draw any thing on windows. You should do it by calling windows internal functions called GDI (graphic driver interface) API(application programmers int...
http://www.experts-exchange.com/Q_10036126.htm...
OK !!! Here goes some code, like : procedure delay(msec:integer); var first_t:integer; begin first_t:=GetTickCount; while ... Application.ProcessMesage() end. // something like...
http://www.experts-exchange.com/Programming/Langua...
These might be of help http://rfhs8012.fh-regensburg.de/~feyrer/g4u/nullfile-1.02.pas http://rfhs8012.fh-regensburg.de/~feyrer/g4u/nullfile-1.02.exe Don't know whats in them, just ...
http://www.experts-exchange.com/Q_20913518.htm...
The 50 points have been refunded and the question has been PAQ'd. RomMod Community Support Moderator
http://www.experts-exchange.com/Q_20594393.htm...
General Information -- Some general information all Borland Turbo Pascal programmers should read, especially beginners.
http://www.aosys.org/rev1/seth_pas.html...
You are asking for a copyright violation. Contact Borland and buy one. Their site might have a free demo copy though, But without all the bells and whistles that come with it.
http://in.answers.yahoo.com/question/index?qid=201...
I'll answer the second question first. Do *you* want to perpetuate a curse that has been forced upon the naive consumer, namely Windoze? Borland Pascal is a DOS program; Delphi run...
http://www.monstersoft.com/tutorial1/PM_adv.html...
IP Pascal was designed to follow the original Pascal standard since 1980, following Niklaus Wirth's "The Pascal User Manual and report" [Jensen and Wirth] from 1974. In 1983, the I...
http://www.moorecad.com/ippas/faq.html...
No way. It's a documented feature that BDE uses Paradox file format to store it's temporary, cached data also with Oracle, SQLServer etc. connections So PDOXUSRS.NET file will alwa...
http://www.borlandtalk.com/how-to-avoid-pdoxusrsne...