Hello,
I've just started programming in Delphi very recently, and I have a problem that is making me quite frustrated.
I've developed my first Delphi program (using Delphi 6 Personal), which uses a Package Library to access the Internet. The program is a specialized search program. Yesterday and the day before that, it was working fine, fetching and searching web pages with no problem.
But today, after running a while, it suddently halted with a n error message:
*Project ffns.exe raised exception class EOSError with message 'System Error. Code: 3. The system cannot find the path specified'. Process stopped. Use Step or Run to continue.*
This was then followed by a small dialog box entitled *Source File not Found*, asking me directions to a source file for the Internet component library. I had never needed that before, and I don't have the sorce files installed.
Since when, whenever I try to run my program, it fails with the exact same message. As far as I know, my environment variables are fine, and I never changed any options or even any source code in between my last successful run, and the first one that failed. Can anyone help me?
I've just started programming in Delphi very recently, and I have a problem that is making me quite frustrated.
I've developed my first Delphi program (using Delphi 6 Personal), which uses a Package Library to access the Internet. The program is a specialized search program. Yesterday and the day before that, it was working fine, fetching and searching web pages with no problem.
But today, after running a while, it suddently halted with a n error message:
*Project ffns.exe raised exception class EOSError with message 'System Error. Code: 3. The system cannot find the path specified'. Process stopped. Use Step or Run to continue.*
This was then followed by a small dialog box entitled *Source File not Found*, asking me directions to a source file for the Internet component library. I had never needed that before, and I don't have the sorce files installed.
Since when, whenever I try to run my program, it fails with the exact same message. As far as I know, my environment variables are fine, and I never changed any options or even any source code in between my last successful run, and the first one that failed. Can anyone help me?