Discussion:
Turbo Pascal 1.5 for Windows installation questions
(too old to reply)
Stephen Geard
2009-10-22 09:32:21 UTC
Permalink
Actually, it was easier than I thought.

I created a folder on my HDD called TPWin and then created within that a
number of subfolders called Disk1, Disk2, etc. And then copied the files
on diskette #1 into subfolder Disk1, diskette #2 into subfolder Disk2
etc. And then burned the whole TPWin folder onto a CD,
I then carried the CD to my friend's Win32 Vista PC and inserted the CD
and ran the setup.exe (or maybe it was install.exe) file in the Disk1
subfolder. It just ran without interuption!

It did not fail to find the files on the next floppy disk. It did not
prompt for their location. It was almost as if it expected to find them
in folders named Disk2, Disk3, etc. Too easy.

I warned my friend that there may be a problem with running TPWin
programs on machines with very fast CPU's (as some of you indicated
there may be) and gave him strict instructions to contact me if there
were any problems, but so far I have heard nothing, so I assume no problems.

Thanks to one and all.
Dr J R Stockton
2009-10-22 19:11:46 UTC
Permalink
In comp.lang.pascal.borland message <***@ne
tspace.net.au>, Thu, 22 Oct 2009 20:32:21, Stephen Geard
Post by Stephen Geard
I warned my friend that there may be a problem with running TPWin
programs on machines with very fast CPU's (as some of you indicated
there may be) and gave him strict instructions to contact me if there
were any problems, but so far I have heard nothing, so I assume no problems.
The problem is in the CRT unit which (IIRC) TPW does not have.

<URL:http://www.merlyn.demon.co.uk/pas-r200.htm>
--
(c) John Stockton, nr London UK. ?@merlyn.demon.co.uk Turnpike v6.05 MIME.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.merlyn.demon.co.uk/clpb-faq.txt> RAH Prins : c.l.p.b mFAQ;
<URL:ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip> Timo Salmi's Turbo Pascal FAQ.
Marco van de Voort
2009-10-23 07:59:12 UTC
Permalink
Post by Dr J R Stockton
Post by Stephen Geard
I warned my friend that there may be a problem with running TPWin
programs on machines with very fast CPU's (as some of you indicated
there may be) and gave him strict instructions to contact me if there
were any problems, but so far I have heard nothing, so I assume no problems.
The problem is in the CRT unit which (IIRC) TPW does not have.
It does have wincrt. But the timingloop/sleep there is probably done using
Windows calls.
Dr J R Stockton
2009-10-23 20:52:36 UTC
Permalink
Post by Marco van de Voort
Post by Dr J R Stockton
Post by Stephen Geard
I warned my friend that there may be a problem with running TPWin
programs on machines with very fast CPU's (as some of you indicated
there may be) and gave him strict instructions to contact me if there
were any problems, but so far I have heard nothing, so I assume no problems.
The problem is in the CRT unit which (IIRC) TPW does not have.
It does have wincrt. But the timingloop/sleep there is probably done using
Windows calls.
IIRC, the infallibility of the initialisation of Delay in WinCrt can be
attributed entirely to the non-existence of Delay and therefore its
initialisation.

In TPW Windows Reference Guide, dated 1991, thought to be version 1.5,
pages 102-103 support that by not having anything between them; though
that might not be the right place to look.

My Web page <URL:http://www.merlyn.demon.co.uk/pas-r200.htm> adds
support by nowhere containing the case-independent string 'TPW'.
--
(c) John Stockton, nr London UK. ?@merlyn.demon.co.uk Turnpike v6.05 MIME.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.merlyn.demon.co.uk/clpb-faq.txt> RAH Prins : c.l.p.b mFAQ;
<URL:ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip> Timo Salmi's Turbo Pascal FAQ.
Loading...