On Mon, 21 Jan 2008 10:10:31 -0800 (PST), Jim Leonard
<MobyGamer@[EMAIL PROTECTED]
> wrote:
>On Jan 19, 10:19 am, "dkspurg...@[EMAIL PROTECTED]
" <dkspurg...@[EMAIL PROTECTED]
>
>wrote:
>> Is anyone running Turbo Pascal, Version1.5 on a XP machine? I can't
>> get the debugger to run - error message refers to 16 bit driver of a
>> pointing device. Any suggestions?
>
>Cancel my previous statement; I didn't notice the version number.
>
>Turbo Pascal 1.5 is really Turbo Pascal for Windows v1.5, which does
>not run on anything other than Windows 3.x.
This is TOTALLY incorrect! IDE, command line compiler, and produced
applications run happily under WIN98 and Win2000 (verified), and I bet
also under Win95. Here a log of a sample tpcw build of hello.pas
uses
wincrt;
begin
writeln('Hello world from TPW1.5');
end.
C:\TMP>ver
Microsoft Windows 2000 [Version 5.00.2195]
C:\TMP>p15 hello
C:\TMP>tpcw -b hello
Turbo Pascal for Windows Version 1.5 Copyright (c) 1991,92 Borland.
HELLO.PAS(5)
5 lines, 5924 bytes code, 964 bytes data.
Wolfgang
--
In order to e-mail me a reply to this message, you will have
to remove PLEASE.REMOVE from the address shown in the header
or get it from http://home.netsurf.de/wolfgang.ehrhardt
(Free AES, CRC, Hash, and HMAC source for Pascal/Delphi)


|