Demo code compile error

This forum is designated to discuss SiComponents Scheduling Agent.
Post Reply
CarlDippel
Posts: 15
Joined: Thu Nov 13, 2003 7:41 pm
Location: LI, NY
Contact:

Demo code compile error

Post by CarlDippel »

I installed SchedAgent v.2.0.3.0 without errors on my Windows Vista 64 bit machile. Then I tried to compile the demo program with Delphi 5. I got this error...
[Error] Props.pas(225): Undeclared identifier: 'TaskScheduler'
...at the last line of the declaration of the PropertiesDlg function.

Code: Select all

function PropertiesDlg(const Task: TTaskItem): Boolean;
begin
  with TPropsDlg.Create(nil) do
  try
    FTask := Task;
    FTask.Activate;
    PanelXPSettings.Visible := not FTask.TaskScheduler.RunningVistaOrLater;
Anybody have any ideas?
Anonymity negates sincerity.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

It is strange and I have no idea except to try to make a Build All on the project. May be this will help.
Best regards,
Igor Siticov.
CarlDippel
Posts: 15
Joined: Thu Nov 13, 2003 7:41 pm
Location: LI, NY
Contact:

Post by CarlDippel »

:( Well I built the entire project but it still won't work. Image
Anonymity negates sincerity.
Post Reply