View previous topic :: View next topic |
Author |
Message |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Mon May 23, 2005 5:27 am Post subject: Scheduling Agent 1.0.4 Released! |
|
|
We're glad to announce the release of VCL Scheduling Agent version 1.0.4!
This is maintainance release that contains few improvements.
Last edited by isiticov on Thu Nov 30, 2006 1:19 am; edited 1 time in total |
|
Back to top |
|
 |
CarlDippel
Joined: 13 Nov 2003 Posts: 15 Location: LI, NY
|
Posted: Wed May 25, 2005 11:59 am Post subject: Error installing v1.04 for D5; fixed |
|
|
After running setup.exe I installed SchedSuit_D5.dpk and got this error:
Code: | [Fatal Error] SchedSuite_D5.dpk(54): File not found: 'saUtils.dcu' |
Checking the directory structure I noticed that the saUtils.pas file was not one level above the dpk file as coded...
Code: | contains
saUtils in '..\saUtils.pas',
saRegistration in '..\saRegistration.pas',
saTask in '..\saTask.pas',
MSTask in '..\MSTask.pas',
saDialogs in '..\saDialogs.pas'; |
but two levels above the dpk file. I modified the dpk code accordingly...
Code: | contains
saUtils in '..\..\saUtils.pas,
saRegistration in '..\..\saRegistration.pas',
saTask in '..\..\saTask.pas',
MSTask in '..\..\MSTask.pas',
saDialogs in '..\..\saDialogs.pas'; |
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.  |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Wed May 25, 2005 3:53 pm Post subject: |
|
|
Thank you for your information. We've already fixed it and on site there is placed updated version. Thank you again. And you're right source must be under Source directory. |
|
Back to top |
|
 |
|