I'm trying to compile a * .dpr file in Delphi 7, however whenever it starts compiling it it throws the following error:
AndifIpressOKandrunagainitdisplaysanothererrorwindow:
I'm new to Delphi, does anyone know what might be causing this?
I discovered what it was, the line that made the connection to the .ini file was commented on, so when I took the comment everything worked out.