Ok, super danke, vielleicht versteh ich den Code ja wenn ich mich nomma genau dransetze! Vielen Dank für eure Hilfe!!!!!
Da Hab ich nochma ne Frage (sorry
)
Delphi-Quellcode:
TCardInit = function (var dx, dy : Integer) : Integer; stdcall;
TCardTerm = function : Integer; stdcall;
TCardDraw = function (const hDC : Cardinal; const x, y, iCard, iFlags : Integer;
const dwColor : Cardinal) : Integer; stdcall;
TCardDrawExt = function (const hDC : Cardinal; const x, y, dx, dy, iSuit,
iFlags : Integer; const dwColor : Cardinal) : Integer; stdcall;
TCardAnimate = function (const hDC : Cardinal; const lBack, x, y,
lState : Integer) : Integer; stdcall;
// Wird anscheinend unter XP nicht mehr unterstützt
Wo steht denn, was diese ganzen funktionen machen??? Oder hab ich da shcon wieder was falsch verstanden? ^^