We're glad to announce the release of VCL Scheduling Agent version 1.0.4!
This is maintainance release that contains few improvements.
Scheduling Agent 1.0.4 Released!
Scheduling Agent 1.0.4 Released!
Last edited by isiticov on Thu Nov 30, 2006 1:19 am, edited 1 time in total.
-
- Posts: 15
- Joined: Thu Nov 13, 2003 7:41 pm
- Location: LI, NY
- Contact:
Error installing v1.04 for D5; fixed
After running setup.exe I installed SchedSuit_D5.dpk and got this error:
Checking the directory structure I noticed that the saUtils.pas file was not one level above the dpk file as coded...
but two levels above the dpk file. I modified the dpk code accordingly...
I was then able to successfully able to install the dpk.
This was probably an error in the setup.exe file. It's my guess that the source files should have been in the Source directory not the Scheduling Agent directory. I didn't check any of the other versions.
Code: Select all
[Fatal Error] SchedSuite_D5.dpk(54): File not found: 'saUtils.dcu'
Code: Select all
contains
saUtils in '..\saUtils.pas',
saRegistration in '..\saRegistration.pas',
saTask in '..\saTask.pas',
MSTask in '..\MSTask.pas',
saDialogs in '..\saDialogs.pas';
Code: Select all
contains
saUtils in '..\..\saUtils.pas,
saRegistration in '..\..\saRegistration.pas',
saTask in '..\..\saTask.pas',
MSTask in '..\..\MSTask.pas',
saDialogs in '..\..\saDialogs.pas';
This was probably an error in the setup.exe file. It's my guess that the source files should have been in the Source directory not the Scheduling Agent directory. I didn't check any of the other versions.

Anonymity negates sincerity.