System.pas
Hola estoy iniciando en la programacion con delphi 6.0 estoy tratando de hacer unas priebas pero al momento de correr alguna aplicacion me marca el sig. Error:
[Fatal Error] accountclient.dpr(1): File not found: 'System.pas'
Alguien me podiria ayudar , se los agradecere
[Fatal Error] accountclient.dpr(1): File not found: 'System.pas'
Alguien me podiria ayudar , se los agradecere
la respuesta es esta:
. How can I compile a simple program in Delphi? I keep getting a "file not found : 'system.pas' " fatal error.
You need to run all your files from the C:work folder. Set the directories in Project, Options, Directories/Conditional Tab as follows:
Output directory c:work
Unit Output directory c:work
Search Path m:program filesborlanddelphi 3lib
. How can I compile a simple program in Delphi? I keep getting a "file not found : 'system.pas' " fatal error.
You need to run all your files from the C:work folder. Set the directories in Project, Options, Directories/Conditional Tab as follows:
Output directory c:work
Unit Output directory c:work
Search Path m:program filesborlanddelphi 3lib
