This concerns the SunTime component. It does exactly what I need in a certain program
I am working on. I use Delphi 6.
I downloaded the component and installed it - it appears on a tab of its own
called Delphi area - I put the component into its own package ( called delphiarea.dpk)
But when I tried to compile the demo,
I got this message:
"Field MainForm.SunTime does not have a corresponding component.
Remove the declaration? "
I of course say "no".
This message pops up if I try to save the code, too.
If I try to run the program anyway, A message pops up:
"Porject STDemo.exe raised exception class EAccessViolation...
Use Step to continue.."
The line it stops on is the first line of FormCreate..
UseSysTimeZone.Checked := SunTime.UseSysTimeZone;
I tried dropping the Suntime component onto the Main form. same result.
It simply doesn't find it.
Sorry if this is a stupid question - I am not a delphi guru ( though I have been
working in D6 since 2003 - just never on this level..)
Thanks for your help!