I can't compile anything on my Dev pascal when I compile or run I keep on getting this message. All I get is the .pas file no .exe.
Free Pascal Compiler version 1.0.6 [2002/04/23] for i386
Copyright © 1993-2002 by Florian Klaempfl
Target OS: Win32 for i386
Compiling e:\games\needfo~1\untitl~1.pas
Linking e:\games\needfo~1\projec~1.exe
7 Lines compiled, 0.6 sec
Dev pascal help
Started by ragingfear, Nov 19 2007 02:09 PM
3 replies to this topic
#1
Posted 19 November 2007 - 02:09 PM
|
|
|
#2
Posted 20 November 2007 - 12:31 PM
Without seeing the source code, it's hard to tell what's going on.
#3
Posted 20 November 2007 - 04:07 PM
Program win_hello (input,output);
Uses winCRT;
Var
i:string;
Begin
writeln ('Hello world');
readln (i);
End.
Did it on someone else's Turbo pascal for windows and it works!!!
I doubt anything is wrong with the code I'm just having trouble compiling with Dev pascal. Probably the format for Dev is different for Turbo pascal?
Uses winCRT;
Var
i:string;
Begin
writeln ('Hello world');
readln (i);
End.
Did it on someone else's Turbo pascal for windows and it works!!!
I doubt anything is wrong with the code I'm just having trouble compiling with Dev pascal. Probably the format for Dev is different for Turbo pascal?
#4
Posted 21 November 2007 - 01:23 PM
I think so.. download turbo pascal 7 from here:
Turbo Pascal 7.0 for Dos Download Page
Should work fine. And what is the aim of making a variable and then not use it?!
Turbo Pascal 7.0 for Dos Download Page
Should work fine. And what is the aim of making a variable and then not use it?!


Sign In
Create Account

Back to top









