Zitat von
Luckie:
Was kommt denn für eine Fehlermeldung? Und wo reservierst du Speicher für lpRect?
Speicher := lpRect := PRECT(@pData^.Buffer);
Zitat:
[Pascal Error] uSkin.pas(2462): E2015 Operator not applicable to this operand type
EDIT:
In PBasic schreib ich es so und hab kein problem damit
Delphi-Quellcode:
lpRect = LEN(RGNDATAHEADER) + rdh
lpRect = lpRect + LEN(RECT)
Sieht jetzt so aus
Leider durch das problem sind die ecken Magenta (vorher gesetzt)
werden aber nicht transparent geschaltet.
gruss Emil