Hallo,
ich spiele gerne ein bisschen, wenn ich die Quelltexte einer Freeware bekommen.
Nun folgendes Problem bei ShellShock (SSCTL.pas):
TStCustomShellNotification = class(TSsComponent)
...
TStShellNotification = class(TStCustomShellNotification)
...
Geht und der Compiler meckert nicht. Funktioniert dann auch richtig.
Mache ich aber Ctrl-Shift-C in der
IDE meckert Delphi beim zweiten:
Procedure erwartet, aber "(" gefunden
Was ist falsch? Ich will doch gar keine Klassenprozedur! Was kann man denn da machen?
(Delphi 7.01)
Gruß
Matthias