Hallo,
ich habe das Problem, dass mir per GetLocationInfo nix angezeigt wird.
Delphi-Quellcode:
var s:String;
p1,p2:Pointer;
begin
p1:=Caller(1);
p2:=Caller(2);
s:=GetLocationInfo(p1).UnitName+'.'+
GetLocationInfo(p1).ProcedureName+';'+
GetLocationInfo(p2).UnitName+'.'+
GetLocationInfo(p2).ProcedureName+';'+
Msg;
end;
Das hat auf jeden Fall schon mal funktioniert.
Ich musste zwischenzeitlich die Jedis nochmal neu installieren, vermutlich hängts seitdem.
Vielen Dank
René