Board index » delphi » Cannot run Pascal

Cannot run Pascal

I'm using an Intel Pentium III 450 Mhz PC. The problem is when I try to run
a pascal program from TP 7.0 it gives a message "Error 200: Division by
zero". But the program compiles without errors and it can also be run from
other PCs like 486 so what do you think the problem would be. and if there
is any solution pls would you let me know.

your help would be appreciated.

thanx.

 

Re:Cannot run Pascal


Hussain Solih [mailto:So...@ukgateway.net] decided to regale us with

Quote
>I'm using an Intel Pentium III 450 Mhz PC. The problem is when I try to run
>a pascal program from TP 7.0

If you had tried comp.lang.pascal.borland you would have found the
                                  ^^^^^^^
weekly Mini-FAQ posting:

clpb Mini-FAQ posted weekly lists this. Copies in that newsgroup and at
                        http://www.pascal.force9.co.uk/faq/clpb-faq.txt
                        http://www.merlyn.demon.co.uk/clpb-faq.txt
                        ftp://garbo.uwasa.fi/pc/doc-net/faqclpb.zip

Also Timo Salmi's FAQ - monthly pointer posted in clpb
                        ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip
                        See #124

--
Pedt
Kellemes Karacsonyi Unnepeket

Re:Cannot run Pascal


Quote
Hussain Solih wrote in message <7f7ql5$fv...@lure.pipex.net>...
>I'm using an Intel Pentium III 450 Mhz PC. The problem is when I try to run
>a pascal program from TP 7.0 it gives a message "Error 200: Division by
>zero". But the program compiles without errors and it can also be run from
>other PCs like 486 so what do you think the problem would be. and if there
>is any solution pls would you let me know.

>your help would be appreciated.

>thanx.

That's the famous CRT Runtime 200 error. Its a VFAQ, just so you know. You
need to get a patch to fix this problem.
I used this patch.... http://fjf.gnu.de/newdelay.pas

Hope this helps you out.
--

Jeff Freeman
cakew...@voicenet.com
http://www.voicenet.com/~cakewalk/

Re:Cannot run Pascal


JRS:  In article <7f7ql5$fv...@lure.pipex.net> of Fri, 16 Apr 1999
18:06:15 in news:comp.lang.pascal.misc, Hussain Solih

Quote
<So...@ukgateway.net> wrote:
>I'm using an Intel Pentium III 450 Mhz PC. The problem is when I try to run
>a pascal program from TP 7.0 it gives a message "Error 200: Division by
>zero". But the program compiles without errors and it can also be run from
>other PCs like 486 so what do you think the problem would be. and if there
>is any solution pls would you let me know.

>your help would be appreciated.

Read before Write!  You get the answers more quickly that way!!
Pascal Start-Up Error 200 on fast PCs when using the Crt unit is a VFAQ!

Read the many earlier postings in the comp.lang.pascal.borland (Frank H,
Roger D, ...) and borland.public.turbopascal newsgroups (you can use
DejaNews), including the comp.lang.pascal.borland mini-FAQ, and Prof.
Salmi's FAQ  ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip #124, and/or Ing.
Franz Glaser's http://www.geocities.com/SiliconValley/2926/tp.html and my
http://www.merlyn.demon.co.uk/  clpb-faq.txt  pas-time.htm  pas-linx.htm
Another fix is to avoid all use of the Crt unit, or, if accurate delay is
not needed, to compile with TP5 or TP6.

--
John Stockton, Surrey, UK.    j...@merlyn.demon.co.uk     Turnpike v4.00   MIME.

Re:Cannot run Pascal


In article <vFP3KAAp93F3Y...@pedt.demon.co.uk>

Quote
Pedt Scragg <newsmas...@pedt.demon.co.uk> wrote:
> Hussain Solih [mailto:So...@ukgateway.net] decided to regale us with
>>I'm using an Intel Pentium III 450 Mhz PC. The problem is when I try to run
>>a pascal program from TP 7.0

> If you had tried comp.lang.pascal.borland you would have found the
>                                   ^^^^^^^

This is the neutral zone, dude. All brands welcome here.

                                              [sam]

The year 2000. The stock market hitting 10,000.
These events prove once and for all that we
have ten fingers......

Re:Cannot run Pascal


Scott A. Moore [mailto:sam...@cisco.com] decided to regale us with
Quote
>In article <vFP3KAAp93F3Y...@pedt.demon.co.uk>
>Pedt Scragg <newsmas...@pedt.demon.co.uk> wrote:

>> Hussain Solih [mailto:So...@ukgateway.net] decided to regale us with
>>>I'm using an Intel Pentium III 450 Mhz PC. The problem is when I try to run
>>>a pascal program from TP 7.0

>> If you had tried comp.lang.pascal.borland you would have found the
>>                                   ^^^^^^^

>This is the neutral zone, dude. All brands welcome here.

True, but clpb is specifically for tp/bp problems/code etc. and would
have been a better choice for a specific tp/bp problem.

--
Pedt
Kellemes Karacsonyi Unnepeket (I'm getting in early for y2k)

Other Threads