Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4106
Number of posts: 14016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
help needed Posted by vevoista on 25 Apr 2003 at 7:59 PM
I'm using Turbo Pascal 7.0 run in windows 98se, when I started write simple program like:

Program user_input;
USES crt;
VAR
text : string;
BEGIN
writeln( 'What is your name?' );
readln ( text );
writeln;
writeln( 'Hello ', text );
readln;
END.

my simple program doesn't want to run and every time I uses preprocessor the result is same "fail". Btw every time I run It came with message run time error 200.
Is this mean that I cannot use my preprocessor (Uses crt, Uses dos,etc)?
Is there anyone can help me, please?
Report
Re: help needed Posted by iby on 25 Apr 2003 at 8:48 PM
: I'm using Turbo Pascal 7.0 run in windows 98se, when I started write simple program like:
:
: Program user_input;
: USES crt;
: VAR
: text : string;
: BEGIN
: writeln( 'What is your name?' );
: readln ( text );
: writeln;
: writeln( 'Hello ', text );
: readln;
: END.
:
: my simple program doesn't want to run and every time I uses preprocessor the result is same "fail". Btw every time I run It came with message run time error 200.
: Is this mean that I cannot use my preprocessor (Uses crt, Uses dos,etc)?
: Is there anyone can help me, please?
:


"Error 200" is famous TP7 bug. It can be fixed by patching
your version of TP7. Browse this messageboard for more information.


Report
Re: help needed Posted by vevoista on 27 Apr 2003 at 6:28 AM
thanx iby I have found the patch



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.