> My main problem getting started with FPC has been general logistics
> operating in a Windows environment. I have an icon to open FPC on my
> desktop. If I have the programs I am working on in various directories
> called c:\project1, c:\project2, etc., how do I configure the
> Options/Direc
Hello David,
My main problem getting started with FPC has been general logistics
operating in a Windows environment. I have an icon to open FPC on my
desktop. If I have the programs I am working on in various
directories called c:\project1, c:\project2, etc., how do I configure
the Option
>
> Also I did a Hello program that put the output in a DOS screen, which
> flashed off immediately. I got it to stay open by waiting for input
> using the keypressed function in the CRT unit. Is there some other way?
You can call
readln;
to pause the program. Also, in windows, you can ru