Hi,
ich habe eben noch mal gesucht, weil Delphi mir static nicht als fett markiert hat, kam mir das etwas komisch vor und bin fündig geworden. Ich habe es jetzt mal als:
class function EnumWindowsProc(const hWindow : DWORD;const AdwDummy : DWORD) : Longbool; stdcall;
deklariert und nun kommt der Fehler nicht mehr. Dafür sagt mir der Compiler in der Zeile:
Delphi-Quellcode:
if (pcaption^ <> '')
then
kontrolle(pcaption);
Diese Form des Methodenaufrufes ist nur für Klassenmethoden erlaubt.
Beste Grüße
Ulrich