i saw this post earlier, i have the same problem but I did not magically fix it
can someone help me out please?!!!
By: asablan (asablan) - 2007-03-28 14:54
I just downloaded Dev-Pascal and I'm just having a few problems. I was wondering if anyone could just point me in the general direction. I am just trying to get a simple output from the program so after dealing with the no icon problem I put the following into my file
Program Hello;
BEGIN
writeln('Hello world!');
readln; {To freeze the program}
END.
When I compile and run the project I get Compilation Completed in one window and then I get a compiler and linker output window that is blank. Can someone tell me what I', doing wrong?
RE: Help with Dev-Pascal
By: asablan (asablan) - 2007-03-28 19:09
Nevermind I got it to magically work somehow.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-05-06
Very few people here use Dev-Pascal, so you may have to wait a while.
While you are waiting, you could work-around your problem by coding it in C++ ;-)
Seriously though, I think Dev-Pascal has had even less work done on it recently than Dev-C++. It will only get lonelier in the world of Pascal I think.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The easiest thing I can think of is to uninstall Dev-Pascal and then reinstall it. Make sure that you don't install it in any folder that contains spaces in it like "Documents and Settings" or "Program Files" as this will cause all kinds of problems.
See Ya
Butch
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i saw this post earlier, i have the same problem but I did not magically fix it
can someone help me out please?!!!
By: asablan (asablan) - 2007-03-28 14:54
I just downloaded Dev-Pascal and I'm just having a few problems. I was wondering if anyone could just point me in the general direction. I am just trying to get a simple output from the program so after dealing with the no icon problem I put the following into my file
Program Hello;
BEGIN
writeln('Hello world!');
readln; {To freeze the program}
END.
When I compile and run the project I get Compilation Completed in one window and then I get a compiler and linker output window that is blank. Can someone tell me what I', doing wrong?
Very few people here use Dev-Pascal, so you may have to wait a while.
While you are waiting, you could work-around your problem by coding it in C++ ;-)
Seriously though, I think Dev-Pascal has had even less work done on it recently than Dev-C++. It will only get lonelier in the world of Pascal I think.
Clifford
Hi Everyone:
I'm not sure what the problem is.
I copied your code and it works fine here.
The easiest thing I can think of is to uninstall Dev-Pascal and then reinstall it. Make sure that you don't install it in any folder that contains spaces in it like "Documents and Settings" or "Program Files" as this will cause all kinds of problems.
See Ya
Butch